diff runtime/doc/starting.txt @ 29150:d1fe80fb35e6

Update runtime files Commit: https://github.com/vim/vim/commit/8c1b8cb2e0b52d0853f85c2096a2f22dbc57a788 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jun 14 17:41:28 2022 +0100 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Tue, 14 Jun 2022 18:45:04 +0200
parents d8a962d7b008
children dc4de65a7fb7
line wrap: on
line diff
--- a/runtime/doc/starting.txt
+++ b/runtime/doc/starting.txt
@@ -1,4 +1,4 @@
-*starting.txt*  For Vim version 8.2.  Last change: 2022 Jun 04
+*starting.txt*  For Vim version 8.2.  Last change: 2022 Jun 14
 
 
 		  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -434,7 +434,7 @@ a slash.  Thus "-R" means recovery and "
 --gui-dialog-file {name}				*--gui-dialog-file*
 		When using the GUI, instead of showing a dialog, write the
 		title and message of the dialog to file {name}.  The file is
-		careted or appended to.  Only useful for testing, to avoid
+		created or appended to.  Only useful for testing, to avoid
 		that the test gets stuck on a dialog that can't be seen.
 		Without the GUI the argument is ignored.