Assorted spelling fixes.

Francois Gouget fgouget at free.fr
Sun Nov 4 04:06:58 CST 2012


---
 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
-- 
1.7.10.4




More information about the wine-patches mailing list