diff options
| author | Vadim Petrochenkov <vadim.petrochenkov@gmail.com> | 2015-03-28 18:09:51 +0300 |
|---|---|---|
| committer | Vadim Petrochenkov <vadim.petrochenkov@gmail.com> | 2015-03-28 18:09:51 +0300 |
| commit | 1accaa9f86002e95c1d0a677349ab033ec6dd2e2 (patch) | |
| tree | 9a65dc2cb6f8a0f38639eed8fbf9902994faa3e5 /src/etc | |
| parent | 227b46bdede794d5c8476b810bb1c30926bd9c04 (diff) | |
| download | rust-1accaa9f86002e95c1d0a677349ab033ec6dd2e2.tar.gz rust-1accaa9f86002e95c1d0a677349ab033ec6dd2e2.zip | |
Fix some typos
Diffstat (limited to 'src/etc')
| -rwxr-xr-x | src/etc/rustup.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/etc/rustup.sh b/src/etc/rustup.sh index d4f1071c724..47e64547eed 100755 --- a/src/etc/rustup.sh +++ b/src/etc/rustup.sh @@ -335,7 +335,7 @@ case $CFG_OSTYPE in MINGW32*) CFG_OSTYPE=pc-mingw32 ;; -# Thad's Cygwin identifers below +# Thad's Cygwin identifiers below # Vista 32 bit CYGWIN_NT-6.0) @@ -437,7 +437,7 @@ CFG_TMP_DIR=$(mktemp -d 2>/dev/null \ || create_tmp_dir) # If we're saving nightlies and we didn't specify which one, grab the latest -# verison from the perspective of the server. Buildbot has typically finished +# version from the perspective of the server. Buildbot has typically finished # building and uploading by ~8UTC, but we want to include a little buffer. # # FIXME It would be better to use the known most recent nightly that has been |
