]> gitweb.ps.run Git - ps-cgit/blobdiff - filters/syntax-highlighting.sh
ui-blame: Allow syntax highlighting
[ps-cgit] / filters / syntax-highlighting.sh
index 4fa792817f4d5cabca1dcd5b8629630440f0b125..840bc34fffd4fbbc1e9b91a7fe273ace08a315d6 100755 (executable)
@@ -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.