Rocco Rutte:
authorpdmef <pdmef@e385b8ad-14ed-0310-8656-cc95a2468c6d>
Tue, 26 Jul 2005 15:44:02 +0000 (15:44 +0000)
committerpdmef <pdmef@e385b8ad-14ed-0310-8656-cc95a2468c6d>
Tue, 26 Jul 2005 15:44:02 +0000 (15:44 +0000)
- fix tiny documentation typos

git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@348 e385b8ad-14ed-0310-8656-cc95a2468c6d

doc/manual.sgml.head
doc/manual.txt

index 0f3dd6b..84f5ae9 100644 (file)
@@ -147,7 +147,7 @@ Esc F               forward-word    move forward one word
 <Tab>           complete        complete filename or alias
 ^T              complete-query  complete address with query
 ^K              kill-eol        delete to the end of the line
-ESC d          kill-eow        delete to the end ot the word
+ESC d          kill-eow        delete to the end of the word
 ^W              kill-word       kill the word in front of the cursor
 ^U              kill-line       delete entire line
 ^V              quote-char      quote the next typed key
index 9fe58b3..054e45b 100644 (file)
             <Tab>           complete        complete filename or alias
             ^T              complete-query  complete address with query
             ^K              kill-eol        delete to the end of the line
-            ESC d          kill-eow  delete to the end ot the word
+            ESC d          kill-eow  delete to the end of the word
             ^W              kill-word       kill the word in front of the cursor
             ^U              kill-line       delete entire line
             ^V              quote-char      quote the next typed key
 
              '~s "^Junk +From +Me$" ~f ("Jim +Somebody"|"Ed +SomeoneElse")'
 
-       Note that if a regular expression contains parenthesis, or a veritical bar
+       Note that if a regular expression contains parenthesis, or a vertical bar
        ("|"), you m\bmu\bus\bst\bt enclose the expression in double or single quotes since those
        characters are also used to separate different parts of Mutt-ng's pattern lan-
        guage.  For example,