Code

Makefile.am: fix a typo ("smalles")
authorJonathan Neuschäfer <j.neuschaefer@gmx.net>
Tue, 11 Oct 2011 21:54:57 +0000 (23:54 +0200)
committerJonathan Neuschäfer <j.neuschaefer@gmx.net>
Wed, 12 Oct 2011 20:57:57 +0000 (22:57 +0200)
Makefile.am

index 124fb49ded0fc2a8eb464c8663c0bc9da262e385..e93c941f95bb2fec1d7b9ce17fc5c1939569327a 100644 (file)
@@ -153,7 +153,7 @@ src_ncmpc_SOURCES += src/lirc.c
 endif
 
 
-# build the smalles possible ncmpc binary
+# build the smallest possible ncmpc binary
 src/ncmpc-tiny: $(filter-out %.h,$(src_ncmpc_SOURCES))
        $(COMPILE) --combine -fwhole-program $(src_ncmpc_LDFLAGS) $(src_ncmpc_LDADD) $(LIBS) $^ -o $@
        strip --strip-all $@