dependencies.sh: fix typo
authorVincent <vincent.stehle@laposte.net>
Sat, 19 Jul 2014 15:15:16 +0000 (17:15 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 19 Jul 2014 16:04:38 +0000 (18:04 +0200)
Signed-off-by: Vincent Stehlé <vincent.stehle@laposte.net>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
support/dependencies/dependencies.sh

index fa506660c828d62484c51604fa6ffd8163901936..88e5ad23b4a6780ce69c489af090b3facb19924d 100755 (executable)
@@ -206,7 +206,7 @@ if grep -q ^BR2_HOSTARCH_NEEDS_IA32_LIBS=y $BR2_CONFIG ; then
                echo "but your build machine uses the x86-64 architecture without the 32 bits compatibility"
                echo "library."
                echo "If you're running a Debian/Ubuntu distribution, install the libc6-386,"
-               echo "lib32stcd++6, and lib32z1 packages (or alternatively libc6:i386,"
+               echo "lib32stdc++6, and lib32z1 packages (or alternatively libc6:i386,"
                echo "libstdc++6:i386, and zlib1g:i386)."
                echo "For other distributions, refer to the documentation on how to install the 32 bits"
                echo "compatibility libraries."