X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/09a28d761e1776329ec844916b72b8ae8c030e4b..27a6d69ab38825602bdbd5a5d0161e465326ea8d:/filters/syntax-highlighting.sh 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.