]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
Fix a typo in the command line help.
authorIan Main <imain@redhat.com>
Fri, 20 Apr 2012 18:07:36 +0000 (11:07 -0700)
committerIan Main <imain@redhat.com>
Fri, 20 Apr 2012 18:07:36 +0000 (11:07 -0700)
Signed-off-by: Ian Main <imain@redhat.com>
bin/heat

index 3c5affc8509e897d29a3dfdd671dd0486e27e74a..edbe905102cb8c73d4e2ceb5b0ef928be170e6d8 100755 (executable)
--- a/bin/heat
+++ b/bin/heat
@@ -236,7 +236,7 @@ def stack_delete(options, arguments):
 @catch_error('describe')
 def stack_describe(options, arguments):
     '''
-    Describtes an existing stack.
+    Describes an existing stack.
 
     Usage: heat describe <stack name>
     '''