aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vim/vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 3483f23b..50e871c2 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -105,7 +105,7 @@ elseif &runtimepath !=# ''
endif
" We need a command to reliably establish a full path, whether or not the
-" directories already exist. We create a wrapper for the autolated function
+" directories already exist. We create a wrapper for the autoloaded function
" path#Create() with similar calling conventions to mkdir(), but with the ā€˜pā€™
" value for the second parameter {prot} forced on.
"