about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRicho Healey <richo@psych0tik.net>2015-04-01 11:52:45 -0700
committerAlex Crichton <alex@alexcrichton.com>2015-04-01 13:18:25 -0700
commit971c355bad8eef31bca935ecf02fbc4605618213 (patch)
tree124d94a575eba242ad735360fd3d23758f63c11f
parent63f3d7f0fa75df43529c49e16c493967e1d7c9ab (diff)
downloadrust-971c355bad8eef31bca935ecf02fbc4605618213.tar.gz
rust-971c355bad8eef31bca935ecf02fbc4605618213.zip
rustup: Fix typo in nightly
-rwxr-xr-xsrc/etc/rustup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etc/rustup.sh b/src/etc/rustup.sh
index 884605eb8cb..918c0c66f76 100755
--- a/src/etc/rustup.sh
+++ b/src/etc/rustup.sh
@@ -452,7 +452,7 @@ fi
 RUST_URL="https://static.rust-lang.org/dist"
 case "$CFG_CHANNEL" in
     nightly)
-        # add a date suffix if we want a particular nighly.
+        # add a date suffix if we want a particular nightly.
         if [ -n "${CFG_DATE}" ];
         then
             RUST_URL="${RUST_URL}/${CFG_DATE}"