From 25b39b85da9544a4df9ce8201ac9878b1ec34ff5 Mon Sep 17 00:00:00 2001 From: Steven De Coeyer Date: Thu, 4 Apr 2013 20:49:56 +0200 Subject: [PATCH] src/librust/rust.rc: Fixes typo 'an executable' vs 'a executable' --- src/librust/rust.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/librust/rust.rc b/src/librust/rust.rc index d407cf216a8..714abbba0db 100644 --- a/src/librust/rust.rc +++ b/src/librust/rust.rc @@ -64,7 +64,7 @@ static commands: &'static [Command<'static>] = &[ Command{ cmd: "run", action: Call(cmd_run), - usage_line: "build a executable, and run it", + usage_line: "build an executable, and run it", usage_full: UsgStr( "The run command is an shortcut for the command line \n\ \"rustc -o ~ && ./~\".\