summaryrefslogtreecommitdiff
path: root/scripts/Controller.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/Controller.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/Controller.py')
-rwxr-xr-xscripts/Controller.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/Controller.py b/scripts/Controller.py
index 9ceaf015845..55de093b215 100755
--- a/scripts/Controller.py
+++ b/scripts/Controller.py
@@ -51,7 +51,7 @@ class ControllerDriver(Driver):
if isinstance(platform, Darwin):
#
# On OS X, we set the trust settings on the certificate to prevent
- # the Web browsers from prompting the user about the unstrusted
+ # the Web browsers from prompting the user about the untrusted
# certificate. Some browsers such as Chrome don't provide the
# option to set this trust settings.
#
@@ -271,4 +271,4 @@ class ControllerDriver(Driver):
Driver.add("controller", ControllerDriver, default=True)
-runTests() \ No newline at end of file
+runTests()