summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbuild-aux/msys-to-w322
-rw-r--r--etc/TODO2
2 files changed, 2 insertions, 2 deletions
diff --git a/build-aux/msys-to-w32 b/build-aux/msys-to-w32
index 31149ea3036..e45ec3cb7e2 100755
--- a/build-aux/msys-to-w32
+++ b/build-aux/msys-to-w32
@@ -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
diff --git a/etc/TODO b/etc/TODO
index d811cc9fe09..87e8ed57d5c 100644
--- 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.