From 31ee599ca650b8d3047dc5e77d2933c9d80ccaab Mon Sep 17 00:00:00 2001 From: Michael Hanselmann <hansmi@google.com> Date: Tue, 21 Aug 2007 14:35:59 +0000 Subject: [PATCH] Fix typo. Reviewed-by: iustin --- lib/rpc.py | 2 +- testing/ganeti.utils_unittest.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/rpc.py b/lib/rpc.py index fd1f45ff3..dac6f3899 100644 --- a/lib/rpc.py +++ b/lib/rpc.py @@ -91,7 +91,7 @@ class NodeController: reactor.stop() def cb_call(self, obj): - """Callback for successfull connect. + """Callback for successful connect. If the connect and login sequence succeeded, we proceed with making the actual call. diff --git a/testing/ganeti.utils_unittest.py b/testing/ganeti.utils_unittest.py index 947697d04..033bdbe79 100755 --- a/testing/ganeti.utils_unittest.py +++ b/testing/ganeti.utils_unittest.py @@ -101,7 +101,7 @@ class TestRunCmd(unittest.TestCase): self.magic = time.ctime() + " ganeti test" def testOk(self): - """Test successfull exit code""" + """Test successful exit code""" result = RunCmd("/bin/sh -c 'exit 0'") self.assertEqual(result.exit_code, 0) -- GitLab