package/libiconv: typo
authorJulien Boibessot <julien.boibessot@armadeus.com>
Wed, 4 Mar 2015 21:01:02 +0000 (22:01 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 4 Mar 2015 21:12:06 +0000 (22:12 +0100)
Signed-off-by: Julien Boibessot <julien.boibessot@armadeus.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/libiconv/libiconv.mk

index af55b603f7691a5aa7a42d4bd8147db25d5f2286..f014da0f13cf21f3e1f0ce7899879aca9c33e837 100644 (file)
@@ -12,7 +12,7 @@ LIBICONV_LICENSE_FILES = COPYING COPYING.LIB
 
 # Don't build the preloadable library, as we don't need it (it's only
 # for LD_PRELOAD to replace glibc's iconv, but we never build libiconv
-# when glibc is ued). And it causes problems for static only builds.
+# when glibc is used). And it causes problems for static only builds.
 define LIBICONV_DISABLE_PRELOAD
        $(SED) '/preload/d' $(@D)/Makefile.in
 endef