X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/09a28d761e1776329ec844916b72b8ae8c030e4b..5d947ba3f06ec2c7200aab8c22170e7f2bf55a7c:/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.