diff options
author | Joe George <joe@zeroc.com> | 2016-12-07 15:05:37 -0500 |
---|---|---|
committer | Joe George <joe@zeroc.com> | 2016-12-07 15:05:37 -0500 |
commit | 3f12ac6b40f0b8142bf2f70bc4596fc0d2a6f910 (patch) | |
tree | ab8b87e1bfc1178feb4e479559e022e518fc66c0 /scripts/Glacier2Util.py | |
parent | Additional fix for automated test failures (diff) | |
download | ice-3f12ac6b40f0b8142bf2f70bc4596fc0d2a6f910.tar.bz2 ice-3f12ac6b40f0b8142bf2f70bc4596fc0d2a6f910.tar.xz ice-3f12ac6b40f0b8142bf2f70bc4596fc0d2a6f910.zip |
Fix some typos
Diffstat (limited to 'scripts/Glacier2Util.py')
-rw-r--r-- | scripts/Glacier2Util.py | 2 |
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" |