diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_common.py | 2 |
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>#</code> sign after the name of a package indicates that a bug is filed aginst it. Likewise, a <code>+</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))) |