From 0b0972844e331f6c85e6d6f9afa6f92d75789b01 Mon Sep 17 00:00:00 2001 From: Guido Trotter Date: Tue, 8 Jul 2008 08:49:19 +0000 Subject: [PATCH] Fix a typo in LUTestDelay 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 e1c575c..afebafc 100644 --- a/lib/cmdlib.py +++ b/lib/cmdlib.py @@ -4550,7 +4550,7 @@ class LUDelTags(TagsLU): class LUTestDelay(NoHooksLU): """Sleep for a specified amount of time. - This LU sleeps on the master and/or nodes for a specified amoutn of + This LU sleeps on the master and/or nodes for a specified amount of time. """ -- 1.7.10.4