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/IceGridUtil.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/IceGridUtil.py')
-rw-r--r-- | scripts/IceGridUtil.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/IceGridUtil.py b/scripts/IceGridUtil.py index e0444e858b4..bf5df85d50a 100644 --- a/scripts/IceGridUtil.py +++ b/scripts/IceGridUtil.py @@ -211,7 +211,7 @@ class IceGridTestCase(TestCase): TestCase.init(self, mapping, testsuite) # - # Add IceGrid servers at the begining of the server list, IceGrid needs to be + # Add IceGrid servers at the beginning of the server list, IceGrid needs to be # started first! # self.servers = self.icegridregistry + self.icegridnode + self.servers |