changeset 5842:c47e7838fe9d

spelling: highlighting
author timeless@gmail.com
date Tue, 03 May 2016 11:59:39 +0000
parents 827e64d68a05
children 7d3ccab5aa07
files kallithea/templates/search/search_commit.html kallithea/templates/search/search_content.html
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/templates/search/search_commit.html	Tue May 03 11:55:43 2016 +0000
+++ b/kallithea/templates/search/search_commit.html	Tue May 03 11:59:39 2016 +0000
@@ -1,4 +1,4 @@
-##commit highligthing
+##commit highlighting
 
 %for cnt,sr in enumerate(c.formated_results):
     %if h.HasRepoPermissionAny('repository.write','repository.read','repository.admin')(sr['repository'],'search results check'):
--- a/kallithea/templates/search/search_content.html	Tue May 03 11:55:43 2016 +0000
+++ b/kallithea/templates/search/search_content.html	Tue May 03 11:59:39 2016 +0000
@@ -1,4 +1,4 @@
-##content highligthing
+##content highlighting
 
 %for cnt,sr in enumerate(c.formated_results):
     %if h.HasRepoPermissionAny('repository.write','repository.read','repository.admin')(sr['repository'],'search results check'):