From d08869ee898abc52bd73a530e72cfdcf2234dfaf Mon Sep 17 00:00:00 2001
From: Guido Trotter <ultrotter@google.com>
Date: Thu, 26 Jun 2008 14:41:38 +0000
Subject: [PATCH] Improve LURemoveNode BuildHooksEnv docstring

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

diff --git a/lib/cmdlib.py b/lib/cmdlib.py
index 69bb2318a..c2fa8a617 100644
--- a/lib/cmdlib.py
+++ b/lib/cmdlib.py
@@ -1187,7 +1187,7 @@ class LURemoveNode(LogicalUnit):
     """Build hooks env.
 
     This doesn't run on the target node in the pre phase as a failed
-    node would not allows itself to run.
+    node would then be impossible to remove.
 
     """
     env = {
-- 
GitLab