[Buildroot] [PATCH trivial] busybox: fix typo 'overwritting'

Thomas De Schampheleire patrickdepinguin at gmail.com
Sat Jul 12 19:21:16 UTC 2014


Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire at gmail.com>

---
 package/busybox/busybox.mk |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff -r dbc59780479b -r 197abaf75c20 package/busybox/busybox.mk
--- a/package/busybox/busybox.mk	Thu Jul 10 20:25:13 2014 +0400
+++ b/package/busybox/busybox.mk	Sat Jul 12 21:19:46 2014 +0200
@@ -184,7 +184,7 @@
 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


More information about the buildroot mailing list