diff options
-rw-r--r-- | gentoobrowse/xslt/base.xslt | 2 |
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;" /> |