commit | d592deb336523a5448779ee3d4bba80334cff1f7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jun 17 15:42:40 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jun 17 15:42:40 2022 +0100 |
tree | fd1a7be2485c14e73f73761ee8e895efdf326338 | |
parent | 616592e0816d2d9f893fcd95e3e1e0fbc5893168 [diff] [blame] |
Update runtime files
diff --git a/runtime/doc/usr_52.txt b/runtime/doc/usr_52.txt index 2c3e13b..41d0832 100644 --- a/runtime/doc/usr_52.txt +++ b/runtime/doc/usr_52.txt
@@ -183,7 +183,7 @@ That function is then in an autoload script. We will call that one script a library script. -The autoload mechanism is based on a funtion name that has "#" characters: > +The autoload mechanism is based on a function name that has "#" characters: > mylib#myfunction(arg)