From: Joe Gordon Date: Fri, 13 Feb 2015 23:51:54 +0000 (-0800) Subject: Fix typo in bash tool X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=6a5207cf4799b08a1e24b887910b88c91fc5ef16;p=openstack-build%2Fneutron-build.git Fix typo in bash tool Testing out I638ac2d35c33eef02e2c6872ea3bd4a3d644da58 So grenade,tempest,and rally should not run on this patch. Change-Id: I3bdd9be8a6b2a23cdea527686e7ccc61d041f773 --- diff --git a/tools/misc-sanity-checks.sh b/tools/misc-sanity-checks.sh index 05480edc9..ec19cae5d 100644 --- a/tools/misc-sanity-checks.sh +++ b/tools/misc-sanity-checks.sh @@ -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)