summaryrefslogtreecommitdiffstats
path: root/runtime/tools
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-11-30 17:57:03 +0100
committerBram Moolenaar <Bram@vim.org>2019-11-30 17:57:03 +0100
commit91359014b359cf816bf943fe2c7d492996263def (patch)
treedc64c28d8316102cdfee1ace9856efe40da55a23 /runtime/tools
parente219f73ed546abeba1ff4f5c08b380d648852222 (diff)
Update runtime files.
Diffstat (limited to 'runtime/tools')
-rwxr-xr-xruntime/tools/shtags.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/tools/shtags.pl b/runtime/tools/shtags.pl
index 79238fdb27..49a469a22e 100755
--- a/runtime/tools/shtags.pl
+++ b/runtime/tools/shtags.pl
@@ -72,7 +72,7 @@ if( ! $explicit && open( TAGS, "< $tags_file" ) )
#
# for each line of every file listed on the command line, look for a
-# 'sub' definition, or, if variables are wanted aswell, look for a
+# 'sub' definition, or, if variables are wanted as well, look for a
# variable definition at the start of a line
#
while( <> )