cmd: Fix the spelling of a WINE_TRACE() message and a comment.
Signed-off-by: Francois Gouget <fgouget@free.fr> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
e3d7f4d619
commit
ecdc4daccf
|
@ -2511,7 +2511,7 @@ void WCMD_for (WCHAR *p, CMD_LIST **cmdList) {
|
|||
heap_free(dirsToWalk->dirName);
|
||||
heap_free(dirsToWalk);
|
||||
dirsToWalk = nextDir;
|
||||
if (dirsToWalk) WINE_TRACE("Moving to next directorty to iterate: %s\n",
|
||||
if (dirsToWalk) WINE_TRACE("Moving to next directory to iterate: %s\n",
|
||||
wine_dbgstr_w(dirsToWalk->dirName));
|
||||
else WINE_TRACE("Finished all directories.\n");
|
||||
}
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
/* msdn specified max for Win XP */
|
||||
#define MAXSTRING 8192
|
||||
|
||||
/* Data structure to hold commands delimitors/separators */
|
||||
/* Data structure to hold commands delimiters/separators */
|
||||
|
||||
typedef enum _CMDdelimiters {
|
||||
CMD_NONE, /* End of line or single & */
|
||||
|
|
Loading…
Reference in New Issue