about summary refs log tree commit diff stats
path: root/filters
diff options
context:
space:
mode:
authorVille Skyttä2017-10-14 22:05:51 +0300
committerJason A. Donenfeld2017-10-15 18:44:55 +0200
commit67d0f870506e3bc3703ae3cb2cb00e19691ce967 (patch)
treebd84beb4b402e74693215826ea36980dcd2c924c /filters
parentui-shared: use type='search' for the search box (diff)
downloadcgit-67d0f870506e3bc3703ae3cb2cb00e19691ce967.tar.gz
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 @@
1#!/bin/sh 1#!/bin/sh
2# This script can be used to implement syntax highlighting in the cgit 2# This script can be used to implement syntax highlighting in the cgit
3# tree-view by refering to this file with the source-filter or repo.source- 3# tree-view by referring to this file with the source-filter or repo.source-
4# filter options in cgitrc. 4# filter options in cgitrc.
5# 5#
6# This script requires a shell supporting the ${var##pattern} syntax. 6# This script requires a shell supporting the ${var##pattern} syntax.