Small typo in gnt-cluster destroy
authorIustin Pop <iustin@google.com>
Fri, 16 Jan 2009 16:18:58 +0000 (16:18 +0000)
committerIustin Pop <iustin@google.com>
Fri, 16 Jan 2009 16:18:58 +0000 (16:18 +0000)
Reviewed-by: ultrotter

scripts/gnt-cluster

index cf87f33..f7c3f71 100755 (executable)
@@ -57,7 +57,7 @@ def DestroyCluster(opts, args):
 
   """
   if not opts.yes_do_it:
-    print ("Destroying a cluster is irreversibly. If you really want destroy"
+    print ("Destroying a cluster is irreversible. If you really want destroy"
            " this cluster, supply the --yes-do-it option.")
     return 1