From f89f17a82014e6649ee759851effb16e8ce03be9 Mon Sep 17 00:00:00 2001
From: Michael Hanselmann <hansmi@google.com>
Date: Fri, 16 Nov 2007 12:43:14 +0000
Subject: [PATCH] Fix typo in function name.

Reviewed-by: schreiberal
---
 test/ganeti.utils_unittest.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/ganeti.utils_unittest.py b/test/ganeti.utils_unittest.py
index a2707452a..88920671a 100755
--- a/test/ganeti.utils_unittest.py
+++ b/test/ganeti.utils_unittest.py
@@ -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')
 
-- 
GitLab