Merge branch 'rg/a-the-typo'
authorJunio C Hamano <gitster@pobox.com>
Thu, 4 May 2017 07:26:47 +0000 (16:26 +0900)
committerJunio C Hamano <gitster@pobox.com>
Thu, 4 May 2017 07:26:47 +0000 (16:26 +0900)
Typofix.

* rg/a-the-typo:
fix minor typos

1  2 
ci/run-windows-build.sh
diff --combined ci/run-windows-build.sh
index e0434407996b75d1f88b55062b7f0a23db098bed,9f89d54320da54ba8d4dbe4db5ad5de5737a10bf..d8f0d92f2802bc500e0444d65bf0d57da3adffaf
@@@ -1,6 -1,6 +1,6 @@@
  #!/usr/bin/env bash
  #
- # Script to trigger the Git for Windows build and test run.
+ # Script to trigger the Git for Windows build and test run.
  # Set the $GFW_CI_TOKEN as environment variable.
  # Pass the branch (only branches on https://github.com/git/git are
  # supported) and a commit hash.
@@@ -55,7 -55,7 +55,7 @@@ while tru
  do
        LAST_STATUS=$STATUS
        STATUS=$(gfwci "action=status&buildId=$BUILD_ID")
 -      test "$STATUS" = "$LAST_STATUS" || printf "\nStatus: $STATUS "
 +      test "$STATUS" = "$LAST_STATUS" || printf "\nStatus: %s " "$STATUS"
        printf "."
  
        case "$STATUS" in