Hi
Attached patch fixes 2 typos in the doc.
Dominique
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.
diff --git a/runtime/doc/os_vms.txt b/runtime/doc/os_vms.txt
index 54b07ac48..45f3eda2e 100644
--- a/runtime/doc/os_vms.txt
+++ b/runtime/doc/os_vms.txt
@@ -104,7 +104,7 @@ to set up GUI fonts etc. correctly. See :help xim from Vim command prompt.
You may want to use GUI with GTK icons, then you have to download and install
GTK for OpenVMS or at least runtime shareable images - LIBGTK from
polarhome.com
-Post 7.2 Vim uses GTK2+ while the last GTK on OpenVMS is 1.2.10, thefore
+Post 7.2 Vim uses GTK2+ while the last GTK on OpenVMS is 1.2.10, therefore
the GTK build is no longer available.
For more advanced questions, please send your problem to Vim on VMS mailing
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt
index 543729888..f2c7a979e 100644
--- a/runtime/doc/todo.txt
+++ b/runtime/doc/todo.txt
@@ -148,7 +148,7 @@ Crash when mixing matchadd and substitute()? (Max Christian Pohle, 2018 May
Merge checking for 'cursorline' and 'concealcursor', see neovim #9492.
-Patch to not call setActiveWindow. Yasuhiro Matsumoto, 2019 Jan 8, #3778)
+Patch to not call setActiveWindow. (Yasuhiro Matsumoto, 2019 Jan 8, #3778)
Errors found with random data:
heap-buffer-overflow in alist_add (#2472)