diff options
author | Ville Skyttä <ville.skytta@iki.fi> | 2017-10-14 22:05:51 +0300 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2017-10-15 18:44:55 +0200 |
commit | 67d0f870506e3bc3703ae3cb2cb00e19691ce967 (patch) | |
tree | bd84beb4b402e74693215826ea36980dcd2c924c /filters/syntax-highlighting.sh | |
parent | 98abe5bb9e6297a5dcbae206e00352c8630d922e (diff) |
global: spelling fixes
Signed-off-by: Ville Skyttä <ville.skytta@iki.fi>
Diffstat (limited to 'filters/syntax-highlighting.sh')
-rwxr-xr-x | filters/syntax-highlighting.sh | 2 |
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. |