diff --git a/src/etc/rustup.sh b/src/etc/rustup.sh index 884605eb8cb2..918c0c66f76d 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}"