commit | a3317a5c01a8c6ff0dff95498512a66837a56a8c | [log] [tgz] |
---|---|---|
author | Francois Gouget <fgouget@free.fr> | Thu Jul 05 16:10:30 2007 +0200 |
committer | Alexandre Julliard <julliard@winehq.org> | Thu Jul 05 19:56:34 2007 +0200 |
tree | 412ad0b43986d7d52167721e5b2054b0385f594c | |
parent | 090fd6d9d29a12138565838b0e48f749c1a6e97a [diff] [blame] |
Assorted spelling fixes.
diff --git a/programs/cmd/builtins.c b/programs/cmd/builtins.c index 482d870..33e96c1 100644 --- a/programs/cmd/builtins.c +++ b/programs/cmd/builtins.c
@@ -734,7 +734,7 @@ } - /* If it didnt move the position, step to next command */ + /* If it didn't move the position, step to next command */ if (curPosition == *cmdList) *cmdList = (*cmdList)->nextcommand; /* Process any other parts of the command */