src/librust/rust.rc: Fixes typo 'an executable' vs 'a executable'

This commit is contained in:
Steven De Coeyer 2013-04-04 20:49:56 +02:00
parent 5f13e9ccc2
commit 25b39b85da

View File

@ -64,7 +64,7 @@ static commands: &'static [Command<'static>] = &[
Command{ Command{
cmd: "run", cmd: "run",
action: Call(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( usage_full: UsgStr(
"The run command is an shortcut for the command line \n\ "The run command is an shortcut for the command line \n\
\"rustc <filename> -o <filestem>~ && ./<filestem>~\".\ \"rustc <filename> -o <filestem>~ && ./<filestem>~\".\