Fix spelling. "sort of" is two words.
authorEric Andersen <andersen@codepoet.org>
Mon, 12 Apr 2004 15:03:51 +0000 (15:03 -0000)
committerEric Andersen <andersen@codepoet.org>
Mon, 12 Apr 2004 15:03:51 +0000 (15:03 -0000)
README
shell/cmdedit.c

diff --git a/README b/README
index b31036bcca9fa6e6d901007f1fba36f099c2010c..2be0672bc4ed969e01ddb982bb0beca86bdbdb80 100644 (file)
--- 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).
 
 ----------------
 
index cbe1eeb6c01621665e475538e03cc017ba4cdcbb..9c66ce2842c4d73133109310a69bd1ecf12da5dd 100644 (file)
@@ -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: