From 6852c52f7ac4cfe0800d5b89f916f12b6b9943dd Mon Sep 17 00:00:00 2001
From: Guido Trotter <ultrotter@google.com>
Date: Fri, 16 Nov 2007 18:36:23 +0000
Subject: [PATCH] Fix a typo in a warning message

Reviewed-by: schreiberal
---
 lib/cmdlib.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/cmdlib.py b/lib/cmdlib.py
index 5bc9c0f6d..ff4fa147a 100644
--- a/lib/cmdlib.py
+++ b/lib/cmdlib.py
@@ -3765,7 +3765,7 @@ class LUReplaceDisks(LogicalUnit):
       cfg.SetDiskID(dev, old_node)
       if not rpc.call_blockdev_shutdown(old_node, dev):
         warning("Failed to shutdown drbd for %s on old node" % dev.iv_name,
-                "Please cleanup this device manuall as soon as possible")
+                "Please cleanup this device manually as soon as possible")
 
       # we have new storage, we 'rename' the network on the primary
       info("switching primary drbd for %s to new secondary node" % dev.iv_name)
-- 
GitLab