diff options
author | Mattia Rizzolo <mattia@mapreri.org> | 2015-01-11 02:47:09 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-01-11 08:32:50 +0000 |
commit | a269a8170bf547ba5a76ac509bdd45e8d43fee01 (patch) | |
tree | d5e15f52d75eeb091ee12bca88befbc4e0a51419 /bin | |
parent | 555f41d567a0c850c20c2f710c9c9a68123a7514 (diff) | |
download | jenkins.debian.net-a269a8170bf547ba5a76ac509bdd45e8d43fee01.tar.xz |
reproducible: fix typo in a comment
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 37621d26..25ae07b5 100755 --- a/bin/reproducible_common.py +++ b/bin/reproducible_common.py @@ -6,7 +6,7 @@ # # Depends: python3 # -# This is included by all reproducible_*.py scripts, it cotains common functions +# This is included by all reproducible_*.py scripts, it contains common functions import os import re |