From: Thomas De Schampheleire Date: Sat, 12 Jul 2014 19:21:16 +0000 (+0200) Subject: busybox: fix typo 'overwritting' X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6a67ad5a3d72ef040b6a8e5b6a97dfad8741a646;p=buildroot.git busybox: fix typo 'overwritting' Signed-off-by: Thomas De Schampheleire Acked-by: "Yann E. MORIN" Signed-off-by: Thomas Petazzoni --- diff --git a/package/busybox/busybox.mk b/package/busybox/busybox.mk index d7bfd0e620..f7d28a7de6 100644 --- a/package/busybox/busybox.mk +++ b/package/busybox/busybox.mk @@ -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