Browse Source

Fix a typo in the update message

teor 7 years ago
parent
commit
656b5d8990
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tools/test-network.sh

+ 1 - 1
tools/test-network.sh

@@ -10,7 +10,7 @@ export CHUTNEY_WARNINGS_IGNORE_EXPECTED=${CHUTNEY_WARNINGS_IGNORE_EXPECTED:-true
 export CHUTNEY_WARNINGS_SUMMARY=${CHUTNEY_WARNINGS_SUMMARY:-true}
 
 # what we say when we fail
-UPDATE_YOUR_CHUTNEY="Please update your chutney uisng 'git pull'."
+UPDATE_YOUR_CHUTNEY="Please update your chutney using 'git pull'."
 
 until [ -z "$1" ]
 do