]> git.lizzy.rs Git - rust.git/commitdiff
rustup: Fix typo in nightly
authorRicho Healey <richo@psych0tik.net>
Wed, 1 Apr 2015 18:52:45 +0000 (11:52 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Wed, 1 Apr 2015 20:18:25 +0000 (13:18 -0700)
src/etc/rustup.sh

index 884605eb8cb20fdc80d8d79ec3b51331ba413d29..918c0c66f76df070b99848c2d53be8a5894ad6db 100755 (executable)
@@ -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}"