[PATCH] Fix typo in CONFIG_FEATURE_SYSTEMD help text

Bjørn Forsman bjorn.forsman at gmail.com
Thu Feb 10 17:55:55 UTC 2011


Signed-off-by: Bjørn Forsman <bjorn.forsman at gmail.com>
---
 libbb/systemd_support.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libbb/systemd_support.c b/libbb/systemd_support.c
index 981296d..542a3ef 100644
--- a/libbb/systemd_support.c
+++ b/libbb/systemd_support.c
@@ -33,7 +33,7 @@
 //config:	  If you plan to use busybox daemons on a system where daemons
 //config:	  are controlled by systemd, enable this option.
 //config:	  If you don't use systemd, it is still safe to enable it,
-//config:	  but yhe downside is increased code size.
+//config:	  but the downside is increased code size.
 
 //kbuild:lib-$(CONFIG_FEATURE_SYSTEMD) += systemd_support.o
 
-- 
1.7.0.4



More information about the busybox mailing list