From 5cc9883c5edb477fc95c6f2f292b74247cd808c2 Mon Sep 17 00:00:00 2001 From: akr Date: Sat, 6 Dec 2008 01:05:57 +0000 Subject: rdoc update. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20561 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- process.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/process.c b/process.c index 7348863f5..a7fabfc70 100644 --- a/process.c +++ b/process.c @@ -1722,7 +1722,7 @@ rb_exec_arg_fixup(struct rb_exec_arg *e) * [cmdname, argv0], arg1, ... : command name and arguments including argv[0] (no shell) * * If single string is given as the command, - * it is taken as a line that is subject to shell expansion before being executed. + * it is taken as a command line that is subject to shell expansion before being executed. * * If two or more +string+ given, * the first is taken as a command name and -- cgit