[PATCH] cmd: Fix the spelling of a WINE_TRACE() message and a comment.

Francois Gouget fgouget at free.fr
Mon Dec 9 02:43:23 CST 2019


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 programs/cmd/builtins.c | 2 +-
 programs/cmd/wcmd.h     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/programs/cmd/builtins.c b/programs/cmd/builtins.c
index effb3e526b4..43c4d9efef3 100644
--- a/programs/cmd/builtins.c
+++ b/programs/cmd/builtins.c
@@ -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");
     }
diff --git a/programs/cmd/wcmd.h b/programs/cmd/wcmd.h
index 3e99a0d2038..b0769bd839d 100644
--- a/programs/cmd/wcmd.h
+++ b/programs/cmd/wcmd.h
@@ -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 & */
-- 
2.20.1



More information about the wine-devel mailing list