aboutsummaryrefslogtreecommitdiffstats
path: root/filters
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2017-10-14 22:05:51 +0300
committerJason A. Donenfeld <Jason@zx2c4.com>2017-10-15 18:44:55 +0200
commit67d0f870506e3bc3703ae3cb2cb00e19691ce967 (patch)
treebd84beb4b402e74693215826ea36980dcd2c924c /filters
parentui-shared: use type='search' for the search box (diff)
downloadcgit-67d0f870506e3bc3703ae3cb2cb00e19691ce967.tar.xz
cgit-67d0f870506e3bc3703ae3cb2cb00e19691ce967.zip
global: spelling fixes
Signed-off-by: Ville Skyttä <ville.skytta@iki.fi>
Diffstat (limited to 'filters')
-rwxr-xr-xfilters/syntax-highlighting.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/filters/syntax-highlighting.sh b/filters/syntax-highlighting.sh
index 4fa7928..840bc34 100755
--- a/filters/syntax-highlighting.sh
+++ b/filters/syntax-highlighting.sh
@@ -1,6 +1,6 @@
#!/bin/sh
# This script can be used to implement syntax highlighting in the cgit
-# tree-view by refering to this file with the source-filter or repo.source-
+# tree-view by referring to this file with the source-filter or repo.source-
# filter options in cgitrc.
#
# This script requires a shell supporting the ${var##pattern} syntax.