Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-10-22 13:58:56 +0400
committerEric Andersen <andersen@codepoet.org>2003-10-22 13:58:56 +0400
commit88c916bdec7d444198f067529637b4a616ad3efe (patch)
tree12be1aa9b2eb9021ca7b7b4547efbf6e2f3eb023 /editors
parent951df20b7e8f776e71c1063f910c34f5cfd0bec4 (diff)
Andreas Mohr writes:
the busybox menuconfig triggered my "inacceptable number of spelling mistakes" upper level, so I decided to make a patch ;-) I also improved some wording to describe some things in a better way. Many thanks for an incredible piece of software! Andreas Mohr, random OSS developer
Diffstat (limited to 'editors')
-rw-r--r--editors/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/Config.in b/editors/Config.in
index b491c2416..e2055cede 100644
--- a/editors/Config.in
+++ b/editors/Config.in
@@ -24,7 +24,7 @@ config CONFIG_PATCH
bool "patch"
default n
help
- Apply a unified diff formated patch.
+ Apply a unified diff formatted patch.
config CONFIG_SED
bool "sed"