]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(doc): fix typos in starting.txt
authorDiego Viola <diego.viola@gmail.com>
Mon, 15 Apr 2024 16:51:29 +0000 (18:51 +0200)
committerChristian Brabandt <cb@256bit.org>
Mon, 15 Apr 2024 16:51:58 +0000 (18:51 +0200)
closes: #14559

Signed-off-by: Diego Viola <diego.viola@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/starting.txt

index d97e1ba61fc5702276601b45976b43afe9c99668..ed5bdee7a6efbd4f3f3d58eb00b800bd3924ed5f 100644 (file)
@@ -1,4 +1,4 @@
-*starting.txt*  For Vim version 9.1.  Last change: 2024 Apr 14
+*starting.txt*  For Vim version 9.1.  Last change: 2024 Apr 15
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -1100,9 +1100,9 @@ The location of this standard configuration directory is configurable by the
 user, using environment variable but should also give fallback in case those
 variables weren't set.
 
-This is not an exhaustive list of those directories:
+This is not an exhaustive list of those directories:
    Environment var     default location        Description ~
-  `$XDG_CACHE_HOME`    $HOME/.cache            Ephemiral data files
+  `$XDG_CACHE_HOME`    $HOME/.cache            Ephemeral data files
   `$XDG_CONFIG_HOME`   $HOME/.config           Configuration files
   `$XDG_DATA_HOME`     $HOME/.local/share      Persistent data files
   `$XDG_STATE_HOME`    $HOME/.local/state      State data files