From 3f12ac6b40f0b8142bf2f70bc4596fc0d2a6f910 Mon Sep 17 00:00:00 2001 From: Joe George Date: Wed, 7 Dec 2016 15:05:37 -0500 Subject: Fix some typos --- scripts/IceStormUtil.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/IceStormUtil.py') 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 -- cgit v1.2.3