summaryrefslogtreecommitdiff
path: root/scripts/IceStormUtil.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/IceStormUtil.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/IceStormUtil.py')
-rw-r--r--scripts/IceStormUtil.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/IceStormUtil.py b/scripts/IceStormUtil.py
index 7aeb5ddd775..79b31006e1f 100644
--- a/scripts/IceStormUtil.py
+++ b/scripts/IceStormUtil.py
@@ -63,7 +63,7 @@ class IceStorm(ProcessFromBinDir, Server):
# icebox admin endpoint).
#
- # Manager, publish, node and admin ndpoints for given replica number
+ # Manager, publish, node and admin endpoints for given replica number
manager = lambda replica: current.getTestEndpoint(self.portnum + replica * 4 + 0)
publish = lambda replica: "{0}:{1}".format(current.getTestEndpoint(self.portnum + replica * 4 + 1),
current.getTestEndpoint(self.portnum + replica * 4 + 1, "udp"))
@@ -176,7 +176,7 @@ class IceStormTestCase(TestCase):
TestCase.init(self, mapping, testsuite)
#
- # Add icestorm servers at the begining of the server list, IceStorm needs to be
+ # Add icestorm servers at the beginning of the server list, IceStorm needs to be
# started first!
#
self.servers = self.icestorm + self.servers