aboutsummaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2004-04-12 15:03:51 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2004-04-12 15:03:51 +0000
commit47f96b4fd45205cd55f276eaba6574a23d2c5563 (patch)
tree9f55ef2f243024ab258e8ca56e7a002b40126810 /shell
parentdad9d4b9b66e04e59bbbe23776e76d71fa852560 (diff)
downloadbusybox-w32-47f96b4fd45205cd55f276eaba6574a23d2c5563.tar.gz
busybox-w32-47f96b4fd45205cd55f276eaba6574a23d2c5563.tar.bz2
busybox-w32-47f96b4fd45205cd55f276eaba6574a23d2c5563.zip
Fix spelling. "sort of" is two words.
git-svn-id: svn://busybox.net/trunk/busybox@8734 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'shell')
-rw-r--r--shell/cmdedit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/cmdedit.c b/shell/cmdedit.c
index cbe1eeb6c..9c66ce284 100644
--- a/shell/cmdedit.c
+++ b/shell/cmdedit.c
@@ -1207,7 +1207,7 @@ enum {
1207/* 1207/*
1208 * This function is used to grab a character buffer 1208 * This function is used to grab a character buffer
1209 * from the input file descriptor and allows you to 1209 * from the input file descriptor and allows you to
1210 * a string with full command editing (sortof like 1210 * a string with full command editing (sort of like
1211 * a mini readline). 1211 * a mini readline).
1212 * 1212 *
1213 * The following standard commands are not implemented: 1213 * The following standard commands are not implemented: