summaryrefslogtreecommitdiff
authorEric Andersen <andersen@codepoet.org>2004-04-12 15:03:51 (GMT)
committer Eric Andersen <andersen@codepoet.org>2004-04-12 15:03:51 (GMT)
commit9b3ce77b0785d64fca332a9c01d8a15aac382d8b (patch)
tree9f55ef2f243024ab258e8ca56e7a002b40126810
parentee4b7d496d89c9994c79604014eb23fd087c0917 (diff)
downloadbusybox-9b3ce77b0785d64fca332a9c01d8a15aac382d8b.zip
busybox-9b3ce77b0785d64fca332a9c01d8a15aac382d8b.tar.gz
busybox-9b3ce77b0785d64fca332a9c01d8a15aac382d8b.tar.bz2
Fix spelling. "sort of" is two words.
Diffstat
-rw-r--r--README2
-rw-r--r--shell/cmdedit.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index b31036b..2be0672 100644
--- a/README
+++ b/README
@@ -49,7 +49,7 @@ Supported kernels:
code should run on just about anything. While the current code is fairly
Linux specific, it should be fairly easy to port the majority of the code
to, say, FreeBSD or Solaris, or MacOsX, or even Windows (if you are into that
- sortof thing).
+ sort of thing).
----------------
diff --git a/shell/cmdedit.c b/shell/cmdedit.c
index cbe1eeb..9c66ce2 100644
--- a/shell/cmdedit.c
+++ b/shell/cmdedit.c
@@ -1207,7 +1207,7 @@ enum {
/*
* This function is used to grab a character buffer
* from the input file descriptor and allows you to
- * a string with full command editing (sortof like
+ * a string with full command editing (sort of like
* a mini readline).
*
* The following standard commands are not implemented: