summaryrefslogtreecommitdiff
path: root/certs/makecerts.py
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2015-05-25 19:36:57 +0200
committerBenoit Foucher <benoit@zeroc.com>2015-05-25 19:36:57 +0200
commit2f428956ffca9c72edc4922464a48317fb1b0313 (patch)
tree6abf2c6739540d9be12649d310ff3763b6ebf027 /certs/makecerts.py
parentFixed Python and Ruby build systems to allow running tests against binary dis... (diff)
downloadice-2f428956ffca9c72edc4922464a48317fb1b0313.tar.bz2
ice-2f428956ffca9c72edc4922464a48317fb1b0313.tar.xz
ice-2f428956ffca9c72edc4922464a48317fb1b0313.zip
Renamed zeroc-ice-certutils to zeroc-icecertutils
Diffstat (limited to 'certs/makecerts.py')
-rwxr-xr-xcerts/makecerts.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/certs/makecerts.py b/certs/makecerts.py
index ae61c6c383b..342e36ba24c 100755
--- a/certs/makecerts.py
+++ b/certs/makecerts.py
@@ -10,7 +10,7 @@ import os, sys, socket, getopt
try:
import IceCertUtils
except:
- print("error: couldn't find IceCertUtils, install `zeroc-ice-certutils' package "
+ print("error: couldn't find IceCertUtils, install `zeroc-icecertutils' package "
"from Python package repository")
sys.exit(1)