diff options
author | Peter Meerwald <p.meerwald@bct-electronic.com> | 2012-04-06 15:06:25 +0200 |
---|---|---|
committer | Tanu Kaskinen <tanuk@iki.fi> | 2012-04-17 18:14:50 +0300 |
commit | e724bcdb73006cb532c15d677bd33c0fd54c85a4 (patch) | |
tree | 5faecadab00401ddd567905f4a5569bcd7558851 | |
parent | 0033509019645b60f1bbd78e114c75c95719d110 (diff) |
build: Fix spelling in src/Makefile.am.
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 21ac310e5..16f436085 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -2038,7 +2038,7 @@ update-map-file: update-all: update-ffmpeg update-sbc update-map-file # Force installation order of libraries. libtool relinks on install time, in -# which case libpulsecommon has to be install before others, but the padsp +# which case libpulsecommon has to be installed before others, but the padsp # preload library has to be done after the normal libraries (e.g. libpulse) # ... # Unfortunately automake behaviour means that rules without commands also |