diff --git a/rust-update b/rust-update index a987bbe94ff..d065319c736 100755 --- a/rust-update +++ b/rust-update @@ -2,7 +2,7 @@ if [ "$1" = '-h' ] ; then echo 'Updates rustc & clippy' - echo 'It first checks if clippy would compile at currentl nightly and if so, it updates.' + echo 'It first checks if clippy would compile at current nightly and if so, it updates.' echo 'Options:' echo '-h: This help message' echo '-f: Skips the check and just updates'