busybox: fix typo 'overwritting'
authorThomas De Schampheleire <patrickdepinguin@gmail.com>
Sat, 12 Jul 2014 19:21:16 +0000 (21:21 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 14 Jul 2014 11:05:26 +0000 (13:05 +0200)
Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/busybox/busybox.mk

index d7bfd0e62094c384f02d67225eceefef1779e400..f7d28a7de68e7eb9485eabe5a1c512197452b775 100644 (file)
@@ -184,7 +184,7 @@ define BUSYBOX_INSTALL_WATCHDOG_SCRIPT
 endef
 endif
 
-# Enable "noclobber" in install.sh, to prevent BusyBox from overwritting any
+# Enable "noclobber" in install.sh, to prevent BusyBox from overwriting any
 # full-blown versions of apps installed by other packages with sym/hard links.
 define BUSYBOX_NOCLOBBER_INSTALL
        $(SED) 's/^noclobber="0"$$/noclobber="1"/' $(@D)/applets/install.sh