summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.py
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@mapreri.org>2015-01-17 14:07:06 +0100
committerHolger Levsen <holger@layer-acht.org>2015-01-17 19:59:00 +0100
commitc6331e906d3f7540e57ea12361f335352825b679 (patch)
tree62790b136b954fba0ee2341ae4e4de40fca515fa /bin/reproducible_common.py
parent16edaea0e53ab8f8f1dae54386108b006e18b754 (diff)
downloadjenkins.debian.net-c6331e906d3f7540e57ea12361f335352825b679.tar.xz
reproducible: fix typo in a template
Diffstat (limited to 'bin/reproducible_common.py')
-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 95c10227..8b958b8c 100755
--- a/bin/reproducible_common.py
+++ b/bin/reproducible_common.py
@@ -164,7 +164,7 @@ html_foot_page_style_note = Template((tab*2).join("""
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
- patch attached. In case of more than one bug, the simble is repeated.
+ patch attached. In case of more than one bug, the symbol is repeated.
</p>""".splitlines(True)))