global: spelling fixes

Signed-off-by: Ville Skyttä <ville.skytta@iki.fi>
This commit is contained in:
Ville Skyttä 2017-10-14 22:05:51 +03:00 committed by Jason A. Donenfeld
parent 98abe5bb9e
commit 67d0f87050
4 changed files with 8 additions and 8 deletions

View file

@ -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.