summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTodd Zullinger <tmz@pobox.com>2018-06-15 20:07:32 -0400
committerTodd Zullinger <tmz@pobox.com>2018-06-16 22:36:05 -0400
commitff9deaf6feb7e2bba7452b3cc1679b80137351b6 (patch)
tree9e8940b28953956c51efbfc138d58e1cccc49200
parent25692dc69438b6c957d7b50889300dddc9cbfe2b (diff)
downloadcgit_EL6-ff9deaf6feb7e2bba7452b3cc1679b80137351b6.tar.gz
fix typo in highlight comment
-rw-r--r--cgit.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgit.spec b/cgit.spec
index a3f027b..6aa6796 100644
--- a/cgit.spec
+++ b/cgit.spec
@@ -32,7 +32,7 @@ Source3: README.SELinux
Provides: bundled(git) = %gitver
%if %{syntax_highlight}
-# All supported releases use hightlight version 3.
+# All supported releases use highlight version 3.
Patch1: cgit-0.9.1-highlightv3.patch
BuildRequires: highlight
%endif