Skip to content

Commit ae2f203

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/rustup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ case $1 in
1111
sed -i "s/\"nightly-.*\"/\"nightly-${TOOLCHAIN}\"/" rust-toolchain
1212
rustup component add rustfmt || true
1313

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

0 commit comments

Comments
 (0)