Assorted spelling fixes

Francois Gouget fgouget at free.fr
Thu May 5 12:21:56 CDT 2005


Changelog:

  * dlls/comctl32/comctl32undoc.c
    dlls/comctl32/hotkey.c
    dlls/comctl32/imagelist.c
    dlls/comctl32/listview.c
    dlls/comctl32/toolbar.c
    dlls/dsound/buffer.c
    dlls/dsound/primary.c
    dlls/gdi/bitblt.c
    dlls/gdi/palette.c
    dlls/kernel/profile.c
    dlls/kernel/volume.c
    dlls/kernel/wowthunk.c
    dlls/kernel/tests/file.c
    dlls/ntdll/rtlstr.c
    dlls/odbc32/proxyodbc.c
    dlls/opengl32/wgl_ext.c
    dlls/shell32/shell32_En.rc
    dlls/shell32/shlfileop.c
    dlls/shell32/tests/shlfileop.c
    dlls/shlwapi/reg.c
    dlls/winspool/info.c
    dlls/x11drv/palette.c
    documentation/configuring.sgml
    documentation/debugging.sgml
    documentation/opengl.sgml
    documentation/winedev-coding.sgml
    documentation/winedev-otherdebug.sgml
    documentation/winelib-mfc.sgml
    programs/notepad/En.rc
    programs/wineconsole/wineconsole.c
    tools/winegcc/utils.c

    Francois Gouget <fgouget at free.fr>
    Assorted spelling fixes

-- 
Francois Gouget         fgouget at free.fr        http://fgouget.free.fr/
           tcA thgirypoC muinelliM latigiD eht detaloiv tsuj evah uoY
-------------- next part --------------
Index: dlls/comctl32/comctl32undoc.c
===================================================================
RCS file: /var/cvs/wine/dlls/comctl32/comctl32undoc.c,v
retrieving revision 1.98
diff -u -p -r1.98 comctl32undoc.c
--- dlls/comctl32/comctl32undoc.c	24 Mar 2005 15:07:23 -0000	1.98
+++ dlls/comctl32/comctl32undoc.c	5 May 2005 16:09:02 -0000
@@ -588,7 +588,7 @@ static void MRU_SaveChanged ( LPWINEMRUL
     if ((err = RegOpenKeyExW( mp->extview.hKey, mp->extview.lpszSubKey,
 			      0, KEY_WRITE, &newkey))) {
 	/* not present - what to do ??? */
-	ERR("Can not open key, error=%d, attempting to create\n",
+	ERR("Could not open key, error=%d, attempting to create\n",
 	    err);
 	if ((err = RegCreateKeyExW( mp->extview.hKey, mp->extview.lpszSubKey,
 				    0,
@@ -980,7 +980,7 @@ static HANDLE CreateMRUListLazy_common(L
 				&newkey,
 				&dwdisp))) {
 	/* error - what to do ??? */
-	ERR("(%lu %lu %lx %lx \"%s\" %p): Can not open key, error=%d\n",
+	ERR("(%lu %lu %lx %lx \"%s\" %p): Could not open key, error=%d\n",
 	    mp->extview.cbSize, mp->extview.nMaxItems, mp->extview.dwFlags,
 	    (DWORD)mp->extview.hKey, debugstr_w(mp->extview.lpszSubKey),
 				 mp->extview.lpfnCompare, err);
Index: dlls/comctl32/hotkey.c
===================================================================
RCS file: /var/cvs/wine/dlls/comctl32/hotkey.c,v
retrieving revision 1.33
diff -u -p -r1.33 hotkey.c
--- dlls/comctl32/hotkey.c	27 Oct 2004 21:16:27 -0000	1.33
+++ dlls/comctl32/hotkey.c	5 May 2005 16:09:02 -0000
@@ -54,7 +54,7 @@ typedef struct tagHOTKEY_INFO
     BYTE  CurrMod;
     INT   CaretPos;
     DWORD ScanCode;
-    WCHAR strNone[15]; /* hope its long enough ... */
+    WCHAR strNone[15]; /* hope it's long enough ... */
 } HOTKEY_INFO;
 
 static const WCHAR HOTKEY_plussep[] = { ' ', '+', ' ' };
Index: dlls/comctl32/imagelist.c
===================================================================
RCS file: /var/cvs/wine/dlls/comctl32/imagelist.c,v
retrieving revision 1.97
diff -u -p -r1.97 imagelist.c
--- dlls/comctl32/imagelist.c	25 Mar 2005 20:49:00 -0000	1.97
+++ dlls/comctl32/imagelist.c	5 May 2005 16:09:02 -0000
@@ -98,7 +98,7 @@ static inline BOOL is_valid(HIMAGELIST h
  *     nothing
  *
  * NOTES
- *     This function can NOT be used to reduce the number of images.
+ *     This function CANNOT be used to reduce the number of images.
  */
 static void
 IMAGELIST_InternalExpandBitmaps (HIMAGELIST himl, INT nImageCount, INT cx, INT cy)
Index: dlls/comctl32/listview.c
===================================================================
RCS file: /var/cvs/wine/dlls/comctl32/listview.c,v
retrieving revision 1.408
diff -u -p -r1.408 listview.c
--- dlls/comctl32/listview.c	14 Apr 2005 13:58:25 -0000	1.408
+++ dlls/comctl32/listview.c	5 May 2005 16:09:02 -0000
@@ -8617,7 +8617,7 @@ static LRESULT LISTVIEW_SetRedraw(LISTVI
 {
     TRACE("infoPtr->bRedraw=%d, bRedraw=%d\n", infoPtr->bRedraw, bRedraw);
 
-    /* we can not use straight equality here because _any_ non-zero value is TRUE */
+    /* we cannot use straight equality here because _any_ non-zero value is TRUE */
     if ((infoPtr->bRedraw && bRedraw) || (!infoPtr->bRedraw && !bRedraw)) return 0;
 
     infoPtr->bRedraw = bRedraw;
Index: dlls/comctl32/toolbar.c
===================================================================
RCS file: /var/cvs/wine/dlls/comctl32/toolbar.c,v
retrieving revision 1.212
diff -u -p -r1.212 toolbar.c
--- dlls/comctl32/toolbar.c	15 Apr 2005 14:09:05 -0000	1.212
+++ dlls/comctl32/toolbar.c	5 May 2005 16:09:02 -0000
@@ -6233,7 +6233,7 @@ TOOLBAR_NCCreate (HWND hwnd, WPARAM wPar
      * forgets to specify TBSTYLE_TRANSPARENT but does specify either
      * CCS_TOP or CCS_BOTTOM (_NOMOVEY and _TOP), then the control
      * does *not* set TBSTYLE_TRANSPARENT even though it should!!!!
-     * Some how, the only cases of this seem to be MFC programs.
+     * Somehow, the only cases of this seem to be MFC programs.
      *
      * Note also that the addition of _TRANSPARENT occurs *only* here. It
      * does not occur in the WM_STYLECHANGING routine.
Index: dlls/dsound/buffer.c
===================================================================
RCS file: /var/cvs/wine/dlls/dsound/buffer.c,v
retrieving revision 1.47
diff -u -p -r1.47 buffer.c
--- dlls/dsound/buffer.c	16 Feb 2005 16:09:03 -0000	1.47
+++ dlls/dsound/buffer.c	5 May 2005 14:36:49 -0000
@@ -554,7 +554,7 @@ static HRESULT WINAPI IDirectSoundBuffer
             if (wfwritten)
                 *wfwritten = size;
         } else {
-            WARN("invalid parameter: wfsize to small\n");
+            WARN("invalid parameter: wfsize too small\n");
             if (wfwritten)
                 *wfwritten = 0;
             return DSERR_INVALIDPARAM;
Index: dlls/dsound/primary.c
===================================================================
RCS file: /var/cvs/wine/dlls/dsound/primary.c,v
retrieving revision 1.45
diff -u -p -r1.45 primary.c
--- dlls/dsound/primary.c	11 Apr 2005 13:00:00 -0000	1.45
+++ dlls/dsound/primary.c	5 May 2005 14:36:34 -0000
@@ -649,7 +649,7 @@ static HRESULT WINAPI PrimaryBufferImpl_
             if (wfwritten)
                 *wfwritten = size;
         } else {
-            WARN("invalid parameter: wfsize to small\n");
+            WARN("invalid parameter: wfsize too small\n");
             if (wfwritten)
                 *wfwritten = 0;
             return DSERR_INVALIDPARAM;
Index: dlls/gdi/bitblt.c
===================================================================
RCS file: /var/cvs/wine/dlls/gdi/bitblt.c,v
retrieving revision 1.5
diff -u -p -r1.5 bitblt.c
--- dlls/gdi/bitblt.c	11 Aug 2004 18:51:10 -0000	1.5
+++ dlls/gdi/bitblt.c	23 Apr 2005 17:49:21 -0000
@@ -323,7 +323,7 @@ BOOL WINAPI GdiTransparentBlt( HDC hdcDe
     int oldStretchMode;
 
     if(widthDest < 0 || heightDest < 0 || widthSrc < 0 || heightSrc < 0) {
-        TRACE("Can not mirror\n");
+        TRACE("Cannot mirror\n");
         return FALSE;
     }
 
Index: dlls/gdi/palette.c
===================================================================
RCS file: /var/cvs/wine/dlls/gdi/palette.c,v
retrieving revision 1.8
diff -u -p -r1.8 palette.c
--- dlls/gdi/palette.c	20 Apr 2005 15:18:43 -0000	1.8
+++ dlls/gdi/palette.c	23 Apr 2005 17:51:17 -0000
@@ -124,7 +124,7 @@ HPALETTE PALETTE_Init(void)
     if (palObj)
     {
         if (!(palObj->mapping = HeapAlloc( GetProcessHeap(), 0, sizeof(int) * NB_RESERVED_COLORS )))
-            ERR("Can not create palette mapping -- out of memory!\n");
+            ERR("Cannot create palette mapping -- out of memory!\n");
         GDI_ReleaseObj( hpalette );
     }
     return hpalette;
@@ -401,7 +401,7 @@ BOOL WINAPI ResizePalette(
         int *newMap = HeapReAlloc(GetProcessHeap(), 0, mapping, cEntries * sizeof(int) );
 	if(newMap == NULL)
         {
-            ERR("Can not resize mapping -- out of memory!\n");
+            ERR("Cannot resize mapping -- out of memory!\n");
             GDI_ReleaseObj( hPal );
             return FALSE;
         }
Index: dlls/kernel/profile.c
===================================================================
RCS file: /var/cvs/wine/dlls/kernel/profile.c,v
retrieving revision 1.21
diff -u -p -r1.21 profile.c
--- dlls/kernel/profile.c	28 Mar 2005 14:58:52 -0000	1.21
+++ dlls/kernel/profile.c	5 May 2005 14:36:09 -0000
@@ -1580,12 +1580,12 @@ BOOL WINAPI WriteProfileSectionW( LPCWST
  * Win95:
  * - if the buffer is 0 or 1 character long then it is as if it was of
  *   infinite length.
- * - otherwise, if the buffer is to small only the section names that fit
+ * - otherwise, if the buffer is too small only the section names that fit
  *   are returned.
- * - note that this means if the buffer was to small to return even just
+ * - note that this means if the buffer was too small to return even just
  *   the first section name then a single '\0' will be returned.
  * - the return value is the number of characters written in the buffer,
- *   except if the buffer was too smal in which case len-2 is returned
+ *   except if the buffer was too small in which case len-2 is returned
  *
  * Win2000:
  * - if the buffer is 0, 1 or 2 characters long then it is filled with
Index: dlls/kernel/volume.c
===================================================================
RCS file: /var/cvs/wine/dlls/kernel/volume.c,v
retrieving revision 1.25
diff -u -p -r1.25 volume.c
--- dlls/kernel/volume.c	20 Apr 2005 15:43:36 -0000	1.25
+++ dlls/kernel/volume.c	23 Apr 2005 14:31:02 -0000
@@ -1192,7 +1192,7 @@ UINT WINAPI GetLogicalDriveStringsW( UIN
  *   DRIVE_UNKNOWN     unable to find out anything about the drive
  *   DRIVE_NO_ROOT_DIR nonexistent root dir
  *   DRIVE_REMOVABLE   the disk can be removed from the machine
- *   DRIVE_FIXED       the disk can not be removed from the machine
+ *   DRIVE_FIXED       the disk cannot be removed from the machine
  *   DRIVE_REMOTE      network disk
  *   DRIVE_CDROM       CDROM drive
  *   DRIVE_RAMDISK     virtual disk in RAM
Index: dlls/kernel/wowthunk.c
===================================================================
RCS file: /var/cvs/wine/dlls/kernel/wowthunk.c,v
retrieving revision 1.53
diff -u -p -r1.53 wowthunk.c
--- dlls/kernel/wowthunk.c	28 Sep 2004 19:18:06 -0000	1.53
+++ dlls/kernel/wowthunk.c	23 Apr 2005 14:31:13 -0000
@@ -776,7 +776,7 @@ DWORD WINAPI LoadLibraryEx32W16( LPCSTR 
         return 0;
     }
 
-    /* if the file can not be found, call LoadLibraryExA anyway, since it might be
+    /* if the file cannot be found, call LoadLibraryExA anyway, since it might be
        a builtin module. This case is handled in MODULE_LoadLibraryExA */
 
     if ((p = strrchr( lpszLibFile, '.' )) && !strchr( p, '\\' ))  /* got an extension */
Index: dlls/kernel/tests/file.c
===================================================================
RCS file: /var/cvs/wine/dlls/kernel/tests/file.c,v
retrieving revision 1.53
diff -u -p -r1.53 file.c
--- dlls/kernel/tests/file.c	19 Apr 2005 11:59:46 -0000	1.53
+++ dlls/kernel/tests/file.c	23 Apr 2005 14:31:28 -0000
@@ -1277,7 +1277,7 @@ static void test_MapFile()
     ok( hmap == NULL, "mapping should fail\n");
     /* GetLastError() varies between win9x and WinNT and also depends on the filesystem */
 
-    /* On XP you can now map again, on Win 95 you can not. */
+    /* On XP you can now map again, on Win 95 you cannot. */
 
     ok( CloseHandle( handle ), "can't close file handle\n");
     ok( DeleteFileA( filename ), "DeleteFile failed after map\n" );
Index: dlls/ntdll/rtlstr.c
===================================================================
RCS file: /var/cvs/wine/dlls/ntdll/rtlstr.c,v
retrieving revision 1.48
diff -u -p -r1.48 rtlstr.c
--- dlls/ntdll/rtlstr.c	30 Mar 2005 17:08:33 -0000	1.48
+++ dlls/ntdll/rtlstr.c	5 May 2005 14:34:15 -0000
@@ -1288,7 +1288,7 @@ DWORD WINAPI RtlUnicodeStringToOemSize( 
  *
  * RETURNS
  *  Success: STATUS_SUCCESS. src is appended to dest.
- *  Failure: STATUS_BUFFER_TOO_SMALL, if the buffer of dest is to small
+ *  Failure: STATUS_BUFFER_TOO_SMALL, if the buffer of dest is too small
  *                  to hold the concatenated string.
  *
  * NOTES
@@ -1318,7 +1318,7 @@ NTSTATUS WINAPI RtlAppendAsciizToString(
  *
  * RETURNS
  *  Success: STATUS_SUCCESS. src is appended to dest.
- *  Failure: STATUS_BUFFER_TOO_SMALL, if the buffer of dest is to small
+ *  Failure: STATUS_BUFFER_TOO_SMALL, if the buffer of dest is too small
  *                  to hold the concatenated string.
  *
  * NOTES
@@ -1348,7 +1348,7 @@ NTSTATUS WINAPI RtlAppendStringToString(
  *
  * RETURNS
  *  Success: STATUS_SUCCESS. src is appended to dest.
- *  Failure: STATUS_BUFFER_TOO_SMALL, if the buffer of dest is to small
+ *  Failure: STATUS_BUFFER_TOO_SMALL, if the buffer of dest is too small
  *                  to hold the concatenated string.
  *
  * NOTES
@@ -1387,7 +1387,7 @@ NTSTATUS WINAPI RtlAppendUnicodeToString
  *
  * RETURNS
  *  Success: STATUS_SUCCESS. src is appended to dest.
- *  Failure: STATUS_BUFFER_TOO_SMALL, if the buffer of dest is to small
+ *  Failure: STATUS_BUFFER_TOO_SMALL, if the buffer of dest is too small
  *                  to hold the concatenated string.
  *
  * NOTES
Index: dlls/odbc32/proxyodbc.c
===================================================================
RCS file: /var/cvs/wine/dlls/odbc32/proxyodbc.c,v
retrieving revision 1.28
diff -u -p -r1.28 proxyodbc.c
--- dlls/odbc32/proxyodbc.c	25 Jan 2005 19:04:03 -0000	1.28
+++ dlls/odbc32/proxyodbc.c	23 Apr 2005 17:49:06 -0000
@@ -658,7 +658,7 @@ SQLRETURN WINAPI SQLAllocHandle(SQLSMALL
         if (!gProxyHandle.bFunctionReady || gProxyHandle.dmHandle == NULL)
         {
             if (gProxyHandle.nErrorType == ERROR_LIBRARY_NOT_FOUND)
-                WARN("ProxyODBC: Can not load ODBC driver manager library.\n");
+                WARN("ProxyODBC: Cannot load ODBC driver manager library.\n");
 
             if (HandleType == SQL_HANDLE_ENV)
                 *OutputHandle = SQL_NULL_HENV;
@@ -716,7 +716,7 @@ SQLRETURN WINAPI SQLAllocHandleStd( SQLS
         if (!gProxyHandle.bFunctionReady || gProxyHandle.dmHandle == NULL)
         {
             if (gProxyHandle.nErrorType == ERROR_LIBRARY_NOT_FOUND)
-                WARN("ProxyODBC: Can not load ODBC driver manager library.\n");
+                WARN("ProxyODBC: Cannot load ODBC driver manager library.\n");
 
             if (HandleType == SQL_HANDLE_ENV)
                 *OutputHandle = SQL_NULL_HENV;
Index: dlls/opengl32/wgl_ext.c
===================================================================
RCS file: /var/cvs/wine/dlls/opengl32/wgl_ext.c,v
retrieving revision 1.5
diff -u -p -r1.5 wgl_ext.c
--- dlls/opengl32/wgl_ext.c	28 Apr 2005 18:31:15 -0000	1.5
+++ dlls/opengl32/wgl_ext.c	5 May 2005 13:16:04 -0000
@@ -825,7 +825,7 @@ void wgl_ext_finalize_extensions(void)
  *
  * @WARNING: this list must be ordered by name
  *
- * @TODO: real handle caps on providing some func_init functions (third param, ex: to check extentions)
+ * @TODO: real handle caps on providing some func_init functions (third param, ex: to check extensions)
  */
 WGL_extension wgl_extension_registry[] = {
     { "wglBindTexImageARB", (void *) wglBindTexImageARB, NULL, NULL},
Index: dlls/shell32/shell32_En.rc
===================================================================
RCS file: /var/cvs/wine/dlls/shell32/shell32_En.rc,v
retrieving revision 1.20
diff -u -p -r1.20 shell32_En.rc
--- dlls/shell32/shell32_En.rc	25 Apr 2005 10:56:29 -0000	1.20
+++ dlls/shell32/shell32_En.rc	26 Apr 2005 10:32:57 -0000
@@ -158,10 +158,10 @@ STRINGTABLE DISCARDABLE
 	IDS_SELECT		"Select"
 	IDS_OPEN		"Open"
 
-	IDS_CREATEFOLDER_DENIED "Can not create new Folder: Permission denied."
+	IDS_CREATEFOLDER_DENIED "Unable to create new Folder: Permission denied."
 	IDS_CREATEFOLDER_CAPTION "Error during creation of a new folder"
-	IDS_DELETEITEM_CAPTION "Confirm file delete"
-	IDS_DELETEFOLDER_CAPTION "Confirm folder delete"
+	IDS_DELETEITEM_CAPTION "Confirm file deletion"
+	IDS_DELETEFOLDER_CAPTION "Confirm folder deletion"
 	IDS_DELETEITEM_TEXT "Are you sure you want to delete '%1'?"
 	IDS_DELETEMULTIPLE_TEXT "Are you sure you want to delete these %1 items?"
 	IDS_OVERWRITEFILE_TEXT "OverWrite File %1?"
Index: dlls/shell32/shlfileop.c
===================================================================
RCS file: /var/cvs/wine/dlls/shell32/shlfileop.c,v
retrieving revision 1.54
diff -u -p -r1.54 shlfileop.c
--- dlls/shell32/shlfileop.c	19 Apr 2005 09:49:05 -0000	1.54
+++ dlls/shell32/shlfileop.c	23 Apr 2005 17:41:16 -0000
@@ -817,7 +817,7 @@ int WINAPI SHFileOperationA(LPSHFILEOPST
 	  if (ForFree)
 	  {
 	    retCode = SHFileOperationW(&nFileOp);
-	    HeapFree(GetProcessHeap(), 0, ForFree); /* we can not use wString, it was changed */
+	    HeapFree(GetProcessHeap(), 0, ForFree); /* we cannot use wString, it was changed */
 	    break;
 	  }
 	  else
Index: dlls/shell32/tests/shlfileop.c
===================================================================
RCS file: /var/cvs/wine/dlls/shell32/tests/shlfileop.c,v
retrieving revision 1.17
diff -u -p -r1.17 shlfileop.c
--- dlls/shell32/tests/shlfileop.c	25 Mar 2005 20:47:50 -0000	1.17
+++ dlls/shell32/tests/shlfileop.c	23 Apr 2005 17:47:49 -0000
@@ -388,7 +388,7 @@ void test_move(void)
 
     set_curr_dir_path(from, "test1.txt\0test2.txt\0test4.txt\0");
     set_curr_dir_path(to, "test6.txt\0test7.txt\0test8.txt\0");
-    ok(SHFileOperationA(&shfo), "Can not move many files\n");
+    ok(SHFileOperationA(&shfo), "Cannot move many files\n");
     ok(file_exists(".\\test1.txt"), "The file is not moved. Many files are specified\n");
     ok(file_exists(".\\test4.txt"), "The directory is not moved. Many files are specified\n");
 
Index: dlls/shlwapi/reg.c
===================================================================
RCS file: /var/cvs/wine/dlls/shlwapi/reg.c,v
retrieving revision 1.59
diff -u -p -r1.59 reg.c
--- dlls/shlwapi/reg.c	24 Mar 2005 21:01:37 -0000	1.59
+++ dlls/shlwapi/reg.c	5 May 2005 14:32:04 -0000
@@ -1300,10 +1300,10 @@ LONG WINAPI SHQueryInfoKeyW(HKEY hKey, L
  *
  *   REG_EXPAND_SZ:
  *     case-1: the unexpanded string is smaller than the expanded one
- *       subcase-1: the buffer is to small to hold the unexpanded string:
+ *       subcase-1: the buffer is too small to hold the unexpanded string:
  *          function fails and returns the size of the unexpanded string.
  *
- *       subcase-2: buffer is to small to hold the expanded string:
+ *       subcase-2: buffer is too small to hold the expanded string:
  *          the function return success (!!) and the result is truncated
  *	    *** This is clearly an error in the native implementation. ***
  *
@@ -1332,7 +1332,7 @@ DWORD WINAPI SHQueryValueExA( HKEY hKey,
     /* Expand type REG_EXPAND_SZ into REG_SZ */
     LPSTR szData;
 
-    /* If the caller didn't supply a buffer or the buffer is to small we have
+    /* If the caller didn't supply a buffer or the buffer is too small we have
      * to allocate our own
      */
     if ((!pvData) || (dwRet == ERROR_MORE_DATA) )
Index: dlls/winspool/info.c
===================================================================
RCS file: /var/cvs/wine/dlls/winspool/info.c,v
retrieving revision 1.103
diff -u -p -r1.103 info.c
--- dlls/winspool/info.c	31 Mar 2005 10:06:46 -0000	1.103
+++ dlls/winspool/info.c	5 May 2005 14:31:15 -0000
@@ -3343,7 +3343,7 @@ BOOL WINAPI GetDefaultPrinterW(LPWSTR na
 
     /* make the buffer big enough for the stuff from the profile/registry,
      * the content must fit into the local buffer to compute the correct
-     * size even if the extern buffer is to small or not given.
+     * size even if the extern buffer is too small or not given.
      * (20 for ,driver,port) */
     insize = *namesize;
     len = max(100, (insize + 20));
Index: dlls/x11drv/palette.c
===================================================================
RCS file: /var/cvs/wine/dlls/x11drv/palette.c,v
retrieving revision 1.13
diff -u -p -r1.13 palette.c
--- dlls/x11drv/palette.c	24 Mar 2005 21:01:35 -0000	1.13
+++ dlls/x11drv/palette.c	23 Apr 2005 17:47:23 -0000
@@ -322,7 +322,7 @@ static BOOL X11DRV_PALETTE_BuildPrivateM
     int i;
 
     if((COLOR_sysPal = HeapAlloc(GetProcessHeap(), 0, sizeof(PALETTEENTRY)*palette_size)) == NULL) {
-        WARN("Can not allocate system palette\n");
+        WARN("Unable to allocate the system palette\n");
         return FALSE;
     }
 
@@ -578,7 +578,7 @@ static BOOL X11DRV_PALETTE_BuildSharedMa
 
    COLOR_sysPal = HeapAlloc(GetProcessHeap(),0,sizeof(PALETTEENTRY)*256);
    if(COLOR_sysPal == NULL) {
-       ERR("Can not allocate system palette!\n");
+       ERR("Unable to allocate the system palette!\n");
        HeapFree(GetProcessHeap(), 0, pixDynMapping);
        return FALSE;
    }
@@ -1095,7 +1095,7 @@ static UINT X11DRV_PALETTE_SetMapping( P
                            sizeof(int)*palPtr->logpalette.palNumEntries);
 
     if(mapping == NULL) {
-        ERR("Can not allocate new mapping -- memory exausted!\n");
+        ERR("Unable to allocate new mapping -- memory exhausted!\n");
         return 0;
     }
     palPtr->mapping = mapping;
Index: documentation/configuring.sgml
===================================================================
RCS file: /var/cvs/wine/documentation/configuring.sgml,v
retrieving revision 1.53
diff -u -p -r1.53 configuring.sgml
--- documentation/configuring.sgml	10 Feb 2005 19:19:35 -0000	1.53
+++ documentation/configuring.sgml	23 Apr 2005 14:32:48 -0000
@@ -1435,7 +1435,7 @@ ln -s /c c:
             <filename>c:\AnApp</filename> directories as well as have
             read access to the entire FAT filesystem.  On this system
             the FAT filesystem has default permissions which should not
-            be changed for security reasons or can not be changed due to
+            be changed for security reasons or cannot be changed due to
             lack of root access.  On this system a shadow directory
             might be set up in the following manner:
           </para>
Index: documentation/debugging.sgml
===================================================================
RCS file: /var/cvs/wine/documentation/debugging.sgml,v
retrieving revision 1.18
diff -u -p -r1.18 debugging.sgml
--- documentation/debugging.sgml	24 Feb 2005 10:07:58 -0000	1.18
+++ documentation/debugging.sgml	23 Apr 2005 14:33:18 -0000
@@ -59,7 +59,7 @@ MESSAGE( "Could not create graphics driv
               <para>
                 These are warning messages. You should report a
                 warning when something unwanted happens, and the
-		function can not deal with the condition. This
+		function cannot deal with the condition. This
 		is seldomly used since proper functions can usually
 		report failures back to the caller. Think twice before
 		making the message a warning.
Index: documentation/opengl.sgml
===================================================================
RCS file: /var/cvs/wine/documentation/opengl.sgml,v
retrieving revision 1.9
diff -u -p -r1.9 opengl.sgml
--- documentation/opengl.sgml	20 Apr 2004 20:16:54 -0000	1.9
+++ documentation/opengl.sgml	5 May 2005 13:57:26 -0000
@@ -12,7 +12,7 @@
 	that is needed.
       </para>
       <para>
-        To be more clear, I will detail one step after another what
+        For clarity, I will detail one step after another what
         the <command>configure</command> script checks.
       </para>
       <para>
Index: documentation/winedev-coding.sgml
===================================================================
RCS file: /var/cvs/wine/documentation/winedev-coding.sgml,v
retrieving revision 1.2
diff -u -p -r1.2 winedev-coding.sgml
--- documentation/winedev-coding.sgml	19 Jan 2005 20:54:03 -0000	1.2
+++ documentation/winedev-coding.sgml	23 Apr 2005 14:33:00 -0000
@@ -300,7 +300,7 @@ code
 	There <emphasis>are</emphasis> exceptions to the "avoid
 	<symbol>#ifdef MyOS</symbol>" rule. Wine, for example, needs
 	the internals of the signal stack -- that cannot easily be
-	described in terms of features. Moreover, you can not use
+	described in terms of features. Moreover, you cannot use
 	<filename>autoconf</filename>'s <symbol>HAVE_*</symbol>
 	symbols in Wine's headers, as these may be used by Winelib
 	users who may not be using a <filename>configure</filename>
Index: documentation/winedev-otherdebug.sgml
===================================================================
RCS file: /var/cvs/wine/documentation/winedev-otherdebug.sgml,v
retrieving revision 1.2
diff -u -p -r1.2 winedev-otherdebug.sgml
--- documentation/winedev-otherdebug.sgml	19 Apr 2005 09:47:30 -0000	1.2
+++ documentation/winedev-otherdebug.sgml	21 Apr 2005 17:30:59 -0000
@@ -604,7 +604,7 @@ less lzexpand_main.c.gcov
         <screen>
 INT file;
 
-/* Check for non-existent file. */
+/* Check for nonexistent file */
 file = LZOpenFile("badfilename_", &amp;test, OF_READ);
 ok(file == LZERROR_BADINHANDLE, 
    "LZOpenFile succeeded on nonexistent file\n");
Index: documentation/winelib-mfc.sgml
===================================================================
RCS file: /var/cvs/wine/documentation/winelib-mfc.sgml,v
retrieving revision 1.6
diff -u -p -r1.6 winelib-mfc.sgml
--- documentation/winelib-mfc.sgml	28 Jan 2004 20:07:59 -0000	1.6
+++ documentation/winelib-mfc.sgml	23 Apr 2005 14:33:43 -0000
@@ -80,7 +80,7 @@
       <para>
         First you must legally get MFC source code on your computer. The MFC
         source code comes as a part of Visual Studio. The license for
-        Visual Studio implies it is a single product that can not
+        Visual Studio implies it is a single product that cannot
         be broken up into its components. So the cleanest way to get MFC on
         your system is to buy Visual Studio and install it on a dual boot
         Linux box.
Index: programs/notepad/En.rc
===================================================================
RCS file: /var/cvs/wine/programs/notepad/En.rc,v
retrieving revision 1.15
diff -u -p -r1.15 En.rc
--- programs/notepad/En.rc	24 Aug 2004 18:33:02 -0000	1.15
+++ programs/notepad/En.rc	23 Apr 2005 14:34:26 -0000
@@ -121,7 +121,7 @@ STRING_DOESNOTEXIST,                    
 Do you want to create a new file ?"
 STRING_NOTSAVED,                                "File '%s'\nhas been modified\n\n \
 Would you like to save the changes ?"
-STRING_NOTFOUND,                                        "'%s' can not be found."
+STRING_NOTFOUND,                                        "'%s' could not be found."
 STRING_OUT_OF_MEMORY,                   "Not enough memory to complete this \
 task. \nClose one or more applications to increase the amount of \nfree \
 memory."
Index: programs/wineconsole/wineconsole.c
===================================================================
RCS file: /var/cvs/wine/programs/wineconsole/wineconsole.c,v
retrieving revision 1.36
diff -u -p -r1.36 wineconsole.c
--- programs/wineconsole/wineconsole.c	14 Apr 2005 11:30:09 -0000	1.36
+++ programs/wineconsole/wineconsole.c	23 Apr 2005 17:46:10 -0000
@@ -246,7 +246,7 @@ int	WINECON_GrabChanges(struct inner_dat
 	    continue;
 	}
 
-	if (ev_found != -1 &&  /* Only 2 cases where they can NOT merge */
+	if (ev_found != -1 &&  /* Only 2 cases where they CANNOT merge */
 	    !(evts[i       ].u.update.bottom + 1 < evts[ev_found].u.update.top ||
 	      evts[ev_found].u.update.bottom + 1 < evts[i       ].u.update.top))
 	{
Index: tools/winegcc/utils.c
===================================================================
RCS file: /var/cvs/wine/tools/winegcc/utils.c,v
retrieving revision 1.15
diff -u -p -r1.15 utils.c
--- tools/winegcc/utils.c	18 Mar 2005 14:09:55 -0000	1.15
+++ tools/winegcc/utils.c	23 Apr 2005 17:45:25 -0000
@@ -53,7 +53,7 @@ void* xmalloc(size_t size)
     void* p;
 
     if ((p = malloc (size)) == NULL)
-	error("Can not malloc %d bytes.", size);
+	error("Could not malloc %d bytes.", size);
 
     return p;
 }
@@ -62,7 +62,7 @@ void *xrealloc(void* p, size_t size)
 {
     void* p2 = realloc (p, size);
     if (size && !p2)
-	error("Can not realloc %d bytes.", size);
+	error("Could not realloc %d bytes.", size);
 
     return p2;
 }
@@ -195,7 +195,7 @@ void create_file(const char* name, int m
     if (verbose) printf("Creating file %s\n", name);
     va_start(ap, fmt);
     if ( !(file = fopen(name, "w")) )
-	error ("Can not create %s.", name);
+	error("Unable to open %s for writing.", name);
     vfprintf(file, fmt, ap);
     va_end(ap);
     fclose(file);


More information about the wine-patches mailing list