summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-09-18 11:25:04 +0200
committerHolger Levsen <holger@layer-acht.org>2015-09-18 11:25:04 +0200
commitf964171fd322c677c11338581cd98ae143658eb2 (patch)
treeaa23050e1158fb5266058789b638a9e65427a4af /bin/reproducible_common.py
parenta8882f2d8699648384831e4b9a62730404f98326 (diff)
downloadjenkins.debian.net-f964171fd322c677c11338581cd98ae143658eb2.tar.xz
reproducible: fix language
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 38163ca0..32f627c6 100755
--- a/bin/reproducible_common.py
+++ b/bin/reproducible_common.py
@@ -323,7 +323,7 @@ def query_db(query):
try:
cursor.execute(query)
except:
- print_critical_message('Error execting this query:\n' + query)
+ print_critical_message('Error executing this query:\n' + query)
raise
conn_db.commit()
return cursor.fetchall()