diff options
author | Joey Hess <joey@kitenet.net> | 2013-06-22 13:47:19 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-06-22 13:47:19 -0400 |
commit | b3be19d0726c2807b1e4d01eb2f3b12623e24cb4 (patch) | |
tree | 14de5fd3a8d788a4ffbb95472d28fa4840fb5ea1 /standalone | |
parent | 3e3fe6c1f6a30fb7b92c520fd9a0d7872ce3b24d (diff) |
typo
Diffstat (limited to 'standalone')
-rw-r--r-- | standalone/windows/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh index 43c4e2e08..f62bc14a0 100644 --- a/standalone/windows/build.sh +++ b/standalone/windows/build.sh @@ -17,7 +17,7 @@ withcyg () { PATH="$PATH:/c/cygwin/bin" "$@" } -# Don't allow build artifact from a past successfuly build to be extracted +# Don't allow build artifact from a past successful build to be extracted # if we fail. rm -f git-annex-installer.exe |