diff options
author | René Genz <liebundartig@freenet.de> | 2017-04-30 17:48:27 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-05-01 04:01:52 +0200 |
commit | 5621760f59c0655e41045c3141deef9791858916 (patch) | |
tree | 5843801e0024ec06a820ecae321239692ad23a68 /ci | |
parent | Git 2.13-rc0 (diff) | |
download | git-5621760f59c0655e41045c3141deef9791858916.tar.xz git-5621760f59c0655e41045c3141deef9791858916.zip |
fix minor typos
Helped-by: Stefan Beller <sbeller@google.com>
Signed-off-by: René Genz <liebundartig@freenet.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/run-windows-build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/run-windows-build.sh b/ci/run-windows-build.sh index 4e3a50b60e..9f89d54320 100755 --- a/ci/run-windows-build.sh +++ b/ci/run-windows-build.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash # -# Script to trigger the a 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. |