aboutsummaryrefslogtreecommitdiffstats
path: root/modules/cgit
diff options
context:
space:
mode:
authorDan Fandrich <danf@mageia.org>2024-08-15 09:32:37 -0700
committerDan Fandrich <danf@mageia.org>2024-08-15 10:52:40 -0700
commite4a9a61c08c6f4c2250c647dcc75d4c07f2de9c7 (patch)
treee364f93f700dcea7508ac9854560ebe35b74caa0 /modules/cgit
parentd17b7032f2065a0c82681fecbbe250eb8e036995 (diff)
downloadpuppet-e4a9a61c08c6f4c2250c647dcc75d4c07f2de9c7.tar
puppet-e4a9a61c08c6f4c2250c647dcc75d4c07f2de9c7.tar.gz
puppet-e4a9a61c08c6f4c2250c647dcc75d4c07f2de9c7.tar.bz2
puppet-e4a9a61c08c6f4c2250c647dcc75d4c07f2de9c7.tar.xz
puppet-e4a9a61c08c6f4c2250c647dcc75d4c07f2de9c7.zip
Fix typos in comments
This should result in no difference in configuration.
Diffstat (limited to 'modules/cgit')
-rw-r--r--modules/cgit/templates/cgitrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/cgit/templates/cgitrc b/modules/cgit/templates/cgitrc
index d063e4f6..1e1a399c 100644
--- a/modules/cgit/templates/cgitrc
+++ b/modules/cgit/templates/cgitrc
@@ -85,7 +85,7 @@ mimetype.png=image/png
mimetype.svg=image/svg+xml
-# Highlight source code with python pygments-based highligher
+# Highlight source code with python pygments-based highlighter
source-filter=/usr/libexec/cgit/filters/syntax-highlighting.sh
# Format markdown, restructuredtext, manpages, text files, and html files
@@ -108,7 +108,7 @@ readme=:INSTALL.html
readme=:INSTALL.txt
readme=:INSTALL
-# Special Case mainly for initscrpipts git repo where we cannot write to master
+# Special Case mainly for initscripts git repo where we cannot write to master
readme=distro/mga:README.md
##