]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Fix typo in bash tool
authorJoe Gordon <joe.gordon0@gmail.com>
Fri, 13 Feb 2015 23:51:54 +0000 (15:51 -0800)
committerJoe Gordon <joe.gordon0@gmail.com>
Fri, 13 Feb 2015 23:51:54 +0000 (15:51 -0800)
Testing out I638ac2d35c33eef02e2c6872ea3bd4a3d644da58

So grenade,tempest,and rally should not run on this patch.

Change-Id: I3bdd9be8a6b2a23cdea527686e7ccc61d041f773

tools/misc-sanity-checks.sh

index 05480edc9a33a9d132c8f10c385bc35bddce4ea1..ec19cae5d7dd6ffb3cc646da4dd56fe779c5e895 100644 (file)
@@ -25,7 +25,7 @@ FAILURES=$TMPDIR/failures
 
 check_opinionated_shell () {
     # The purpose of this function is to avoid casual introduction of more
-    # bash dependency.  Please consider alternatives before commiting code
+    # bash dependency.  Please consider alternatives before committing code
     # which uses bash specific features.
 
     # Check that shell scripts are not bash opinionated (ignore comments though)