summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrandomdan <randomdan@localhost>2013-03-01 01:03:01 +0000
committerrandomdan <randomdan@localhost>2013-03-01 01:03:01 +0000
commit5b599cb85269f97206f80301264c67c877dfcf3d (patch)
treeee947f0bc01369de95c03c40e0bbd962ed6fc48a
parentAdd missing js file (diff)
downloadgentoobrowse-5b599cb85269f97206f80301264c67c877dfcf3d.tar.bz2
gentoobrowse-5b599cb85269f97206f80301264c67c877dfcf3d.tar.xz
gentoobrowse-5b599cb85269f97206f80301264c67c877dfcf3d.zip
Fix spelling mistake
-rw-r--r--gentoobrowse/xslt/base.xslt2
1 files changed, 1 insertions, 1 deletions
diff --git a/gentoobrowse/xslt/base.xslt b/gentoobrowse/xslt/base.xslt
index 005e5f4..f15d376 100644
--- a/gentoobrowse/xslt/base.xslt
+++ b/gentoobrowse/xslt/base.xslt
@@ -82,7 +82,7 @@
<input type="search" name="criteria" placeholder="Search criteria" required="required" autofocus="autofocus">
<xsl:attribute name="value"><xsl:value-of select="/gentoo/project2:params/criteria" /></xsl:attribute>
</input>
- <p>Searches package names, descritions and bug summaries.</p>
+ <p>Searches package names, descriptions and bug summaries.</p>
</div>
<div class="modal-footer">
<input type="button" value="Cancel" class="btn" onclick="$('#search').modal('hide'); return false;" />