Fix typo in function name.
authorMichael Hanselmann <hansmi@google.com>
Fri, 16 Nov 2007 12:43:14 +0000 (12:43 +0000)
committerMichael Hanselmann <hansmi@google.com>
Fri, 16 Nov 2007 12:43:14 +0000 (12:43 +0000)
Reviewed-by: schreiberal

test/ganeti.utils_unittest.py

index a270745..8892067 100755 (executable)
@@ -380,7 +380,7 @@ class TestSshKeys(GanetiTestCase):
       " ssh-dss AAAAB3NzaC1w520smc01ms0jfJs22 root@key-b\n"
       "ssh-dss AAAAB3NzaC1kc3MAAACB root@test\n")
 
-  def testAddingAlmostButNotCompletlyTheSameKey(self):
+  def testAddingAlmostButNotCompletelyTheSameKey(self):
     AddAuthorizedKey(self.tmpname,
         'ssh-dss AAAAB3NzaC1w5256closdj32mZaQU root@test')