diff options
author | Helmut Grohne <helmut@subdivi.de> | 2014-02-23 17:29:41 +0100 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2014-02-23 17:29:41 +0100 |
commit | 8ccd5205f77276b333c56efb8271a0ddf11590a0 (patch) | |
tree | dc2081e3de68339ee158717640de2e8b2d6d09dd | |
parent | b38f14ab3fb72ca1578d7e6bb09178e6fbebba76 (diff) | |
download | debian-dedup-8ccd5205f77276b333c56efb8271a0ddf11590a0.tar.gz |
fix spelling mistake
Reported-By: Stefan Kaltenbrunner
-rw-r--r-- | dedup/templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dedup/templates/index.html b/dedup/templates/index.html index 7c9000f..169027e 100644 --- a/dedup/templates/index.html +++ b/dedup/templates/index.html @@ -28,7 +28,7 @@ {% block content %} <h1>Debian duplication detector</h1> <ul> -<li>To inspect a particlar binary package, go to <pre>binary/<packagename></pre> Example: <a href="binary/git">binary/git</a> +<li>To inspect a particular binary package, go to <pre>binary/<packagename></pre> Example: <a href="binary/git">binary/git</a> <div style="display:none" id="form_div"><fieldset> <legend>Inspect package</legend> <noscript><b>This form is dysfunctional when javascript is not enabled</b></noscript> |