summaryrefslogtreecommitdiff
path: root/scripts/Glacier2Util.py
diff options
context:
space:
mode:
authorJoe George <joe@zeroc.com>2016-12-07 15:05:37 -0500
committerJoe George <joe@zeroc.com>2016-12-07 15:05:37 -0500
commit3f12ac6b40f0b8142bf2f70bc4596fc0d2a6f910 (patch)
treeab8b87e1bfc1178feb4e479559e022e518fc66c0 /scripts/Glacier2Util.py
parentAdditional fix for automated test failures (diff)
downloadice-3f12ac6b40f0b8142bf2f70bc4596fc0d2a6f910.tar.bz2
ice-3f12ac6b40f0b8142bf2f70bc4596fc0d2a6f910.tar.xz
ice-3f12ac6b40f0b8142bf2f70bc4596fc0d2a6f910.zip
Fix some typos
Diffstat (limited to 'scripts/Glacier2Util.py')
-rw-r--r--scripts/Glacier2Util.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Glacier2Util.py b/scripts/Glacier2Util.py
index 81bdc050f67..a0f4fe585e4 100644
--- a/scripts/Glacier2Util.py
+++ b/scripts/Glacier2Util.py
@@ -26,7 +26,7 @@ class Glacier2Router(ProcessFromBinDir, Server):
os.path.abspath(os.path.join(toplevel, "scripts", "icehashpassword.py")))
#
- # For Linux ARM default rounds makes test slower (Usually runs on embbeded boards)
+ # For Linux ARM default rounds makes test slower (Usually runs on embedded boards)
#
if current.config.buildPlatform.find("arm") >= 0:
command += " --rounds 100000"