summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorReiner Herrmann <reiner@reiner-h.de>2015-02-15 19:31:24 +0100
committerHolger Levsen <holger@layer-acht.org>2015-02-16 00:14:45 +0100
commit1ea933497a914eb9f8081d3c80b7ef9922b01a9a (patch)
tree05a7114e20bee4c2081f4b27c0234f31031e8223 /bin
parent841b35fa0c061bc1ba52c723b664577e963dec52 (diff)
downloadjenkins.debian.net-1ea933497a914eb9f8081d3c80b7ef9922b01a9a.tar.xz
Fix typo
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reproducible_common.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py
index 4a243452..3f1ff8bc 100755
--- a/bin/reproducible_common.py
+++ b/bin/reproducible_common.py
@@ -166,7 +166,7 @@ html_foot_page_style_note = Template((tab*2).join("""
package has a note. Visited packages are linked in green, those which
have not been visited are linked in blue.<br />
A <code>&#35;</code> sign after the name of a package indicates that a bug is
- filed aginst it. Likewise, a <code>&#43;</code> means that there is bug with a
+ filed against it. Likewise, a <code>&#43;</code> means that there is bug with a
patch attached. In case of more than one bug, the symbol is repeated.
</p>""".splitlines(True)))