]> git.eshelyaron.com Git - emacs.git/commitdiff
Spelling fixes.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 26 Nov 2013 20:22:17 +0000 (12:22 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 26 Nov 2013 20:22:17 +0000 (12:22 -0800)
build-aux/msys-to-w32
etc/TODO

index 31149ea3036657dfed77a598c1b5ebd2c1e21c4d..e45ec3cb7e2f243663c7572b06d5211ad4247208 100755 (executable)
@@ -37,7 +37,7 @@ transformations:
 4. Translate to Windows-native format those paths that are not in such
    format already. The translated paths will not end with a slash,
    except for root directories (e.g. 'c:/' or 'c:/foo').
-5. Escape with backslashes every ocurrence of SEPARATOR2 within the paths.
+5. Escape with backslashes every occurrence of SEPARATOR2 within the paths.
 6. Concatenate the translated paths with SEPARATOR2.
 
 If MUSTEXIST is 'Y' or not supplied, then each path in PATHLIST must
index d811cc9fe095a5c90f85b0875895f1129edee700..87e8ed57d5c000148902e2f2b3297984783f71c1 100644 (file)
--- a/etc/TODO
+++ b/etc/TODO
@@ -203,7 +203,7 @@ http://lists.gnu.org/archive/html/emacs-devel/2008-08/msg00456.html
 ** "Emacs as word processor"
 http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00515.html
     rms writes:
-    25 years ago I hoped we would extend Emacs to do WYSIWG word
+    25 years ago I hoped we would extend Emacs to do WYSIWYG word
     processing.  That is why we added text properties and variable
     width fonts.  However, more features are still needed to achieve this.