From 79f7be7b6bad8a45066374f424d32708325d700f Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Mon, 23 Jul 2007 08:53:01 +0000 Subject: [PATCH] Fix small typo. Reviewed-by: imsnah --- scripts/gnt-cluster | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/gnt-cluster b/scripts/gnt-cluster index 412ceeb..1c78ee9 100755 --- a/scripts/gnt-cluster +++ b/scripts/gnt-cluster @@ -53,7 +53,7 @@ def DestroyCluster(opts, args): """ if not opts.yes_do_it: print ("Destroying a cluster is irreversibly. If you really want destroy" - "this cluster, supply the --yes-do-it option.") + " this cluster, supply the --yes-do-it option.") return 1 op = opcodes.OpDestroyCluster() -- 1.7.10.4