diff options
| author | randomdan <randomdan@localhost> | 2013-03-01 01:03:01 +0000 | 
|---|---|---|
| committer | randomdan <randomdan@localhost> | 2013-03-01 01:03:01 +0000 | 
| commit | 5b599cb85269f97206f80301264c67c877dfcf3d (patch) | |
| tree | ee947f0bc01369de95c03c40e0bbd962ed6fc48a | |
| parent | Add missing js file (diff) | |
| download | gentoobrowse-5b599cb85269f97206f80301264c67c877dfcf3d.tar.bz2 gentoobrowse-5b599cb85269f97206f80301264c67c877dfcf3d.tar.xz gentoobrowse-5b599cb85269f97206f80301264c67c877dfcf3d.zip | |
Fix spelling mistake
| -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;" /> | 
