From e3fd348cd4417a920faa35f1ccbe7bf1702222b1 Mon Sep 17 00:00:00 2001 From: Chris West Date: Thu, 7 Jun 2018 17:47:11 +0100 Subject: [PATCH] Tiny typo in rust-update script --- rust-update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'