Francois Gouget : Assorted spelling fixes.

Alexandre Julliard julliard at winehq.org
Mon Nov 5 13:32:24 CST 2012


Module: wine
Branch: master
Commit: d55bb4497f380aba5e4bd691fd5e21ce18fe51a3
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=d55bb4497f380aba5e4bd691fd5e21ce18fe51a3

Author: Francois Gouget <fgouget at free.fr>
Date:   Sun Nov  4 11:06:58 2012 +0100

Assorted spelling fixes.

---

 dlls/ntdll/nt.c                      |    2 +-
 dlls/urlmon/axinstall.c              |    2 +-
 programs/cmd/tests/test_builtins.cmd |    4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dlls/ntdll/nt.c b/dlls/ntdll/nt.c
index ab08190..d415db4 100644
--- a/dlls/ntdll/nt.c
+++ b/dlls/ntdll/nt.c
@@ -1143,7 +1143,7 @@ void fill_cpu_info(void)
     }
 #else
     num = 1;
-    FIXME("Detecting the number of processors not suported.\n");
+    FIXME("Detecting the number of processors is not supported.\n");
 #endif
     NtCurrentTeb()->Peb->NumberOfProcessors = num;
 
diff --git a/dlls/urlmon/axinstall.c b/dlls/urlmon/axinstall.c
index dedfb15..9f53ce0 100644
--- a/dlls/urlmon/axinstall.c
+++ b/dlls/urlmon/axinstall.c
@@ -324,7 +324,7 @@ static HRESULT install_file(install_ctx_t *ctx, const WCHAR *cache_file)
         if(!strcmpW(ext, cab_extW)) {
             hres = install_cab_file(ctx);
         }else {
-            FIXME("Unsupported extention %s\n", debugstr_w(ext));
+            FIXME("Unsupported extension %s\n", debugstr_w(ext));
             hres = E_NOTIMPL;
         }
         SysFreeString(path);
diff --git a/programs/cmd/tests/test_builtins.cmd b/programs/cmd/tests/test_builtins.cmd
index bfd051b..7f90549 100644
--- a/programs/cmd/tests/test_builtins.cmd
+++ b/programs/cmd/tests/test_builtins.cmd
@@ -732,8 +732,8 @@ for %%i in (%INT_PARMS%) do call :EQUtest %%i 10
 for %%i in (%INT_PARMS%) do call :EQUtest %%i 9
 if 011 EQU 9 (echo octal ok)
 if 0xA1 EQU 161 (echo hexa ok)
-if 0xA1 EQU "161" (echo hexa should be be recognized) else (echo string/hexa compare ok)
-if "0xA1" EQU 161 (echo hexa should be be recognized) else (echo string/hexa compare ok)
+if 0xA1 EQU "161" (echo hexa should be recognized) else (echo string/hexa compare ok)
+if "0xA1" EQU 161 (echo hexa should be recognized) else (echo string/hexa compare ok)
 for %%i in (%INT_PARMS%) do call :NEQtest %%i 0
 for %%i in (%INT_PARMS%) do call :NEQtest %%i 1
 for %%i in (%INT_PARMS%) do call :NEQtest %%i 10




More information about the wine-cvs mailing list