Skip to content

Commit c519b85

Browse files
committed
Spellchecking compiler code
Address some spelling mistakes in strings, private function names, and function params.
1 parent 3888aaf commit c519b85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rustup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ case $1 in
1010
rustup toolchain install --profile minimal nightly-${TOOLCHAIN} # Sanity check to see if the nightly exists
1111
echo nightly-${TOOLCHAIN} > rust-toolchain
1212

13-
echo "=> Uninstalling all old nighlies"
13+
echo "=> Uninstalling all old nightlies"
1414
for nightly in $(rustup toolchain list | grep nightly | grep -v $TOOLCHAIN | grep -v nightly-x86_64); do
1515
rustup toolchain uninstall $nightly
1616
done

0 commit comments

Comments
 (0)