Spelling fixes
This commit is contained in:
@@ -782,7 +782,7 @@ ManageWindow (WmScreenData *pSD, Window clientWindow, long manageFlags)
|
||||
* Set the keyboard input focus to the newly managed window if appropriate:
|
||||
* - focus is automatically set only if the focus policy is explicit
|
||||
* - if there is a system modal window active then set the focus only
|
||||
* if the new window is in the system modal heirarchy
|
||||
* if the new window is in the system modal hierarchy
|
||||
* - focus is automatically set if startupKeyFocus is selected or
|
||||
* the new window is a system modal window or the current focus window
|
||||
* has the new window as an application modal subordinate
|
||||
|
||||
@@ -290,7 +290,7 @@ GetOLDecorFlags(
|
||||
*/
|
||||
for (i = 0; i < nitems; i++) {
|
||||
if (pAtoms[i] == wmGD.xa_OL_DECOR_RESIZE)
|
||||
*pDecor |= OLDecorResizeable;
|
||||
*pDecor |= OLDecorResizable;
|
||||
else if (pAtoms[i] == wmGD.xa_OL_DECOR_HEADER)
|
||||
*pDecor |= OLDecorHeader;
|
||||
else if (pAtoms[i] == wmGD.xa_OL_DECOR_CLOSE)
|
||||
@@ -384,7 +384,7 @@ ProcessOLDecoration(
|
||||
|
||||
if (GetOLDecorAdd(pCD,&OLdecor))
|
||||
{
|
||||
if (OLdecor & OLDecorResizeable)
|
||||
if (OLdecor & OLDecorResizable)
|
||||
{
|
||||
decorMask |= WM_DECOR_RESIZEH;
|
||||
}
|
||||
@@ -409,7 +409,7 @@ ProcessOLDecoration(
|
||||
|
||||
if (GetOLDecorDel(pCD,&OLdecor))
|
||||
{
|
||||
if (OLdecor & OLDecorResizeable)
|
||||
if (OLdecor & OLDecorResizable)
|
||||
{
|
||||
decorMask &= ~MWM_DECOR_RESIZEH;
|
||||
}
|
||||
|
||||
@@ -111,7 +111,7 @@ typedef struct _old_OLWinAttr {
|
||||
#define OLDecorFooter (1L<<1)
|
||||
#define OLDecorPushPin (1L<<2)
|
||||
#define OLDecorCloseButton (1L<<3)
|
||||
#define OLDecorResizeable (1L<<4)
|
||||
#define OLDecorResizable (1L<<4)
|
||||
#define OLDecorIconName (1L<<5)
|
||||
#define OLDecorWarpToPin (1L<<6)
|
||||
|
||||
|
||||
@@ -1463,7 +1463,7 @@ void ParseSessionWorkspaces (WmScreenData *pSD, int count,
|
||||
if ((pSD->pDtSessionItems[count].workspaces =
|
||||
(String)XtMalloc ((unsigned int) (strlen((char *)string) + 1))) == NULL)
|
||||
{
|
||||
Warning (((char *)GETMESSAGE(60, 2, "Insufficient memory for workspaces list in sesssion item")));
|
||||
Warning (((char *)GETMESSAGE(60, 2, "Insufficient memory for workspaces list in session item")));
|
||||
return;
|
||||
|
||||
}
|
||||
@@ -1584,7 +1584,7 @@ void ParseSessionHost (WmScreenData *pSD, int count,
|
||||
NULL)
|
||||
{
|
||||
Warning (((char *)GETMESSAGE(60, 38,
|
||||
"Insufficient memory for host name in sesssion item")));
|
||||
"Insufficient memory for host name in session item")));
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
@@ -3459,7 +3459,7 @@ FixWindowSize (ClientData *pCD, unsigned int *pWidth, unsigned int *pHeight, uns
|
||||
WmScreenData *pSD = pCD->pSD;
|
||||
|
||||
/*
|
||||
* All occurances of maxHeight and maxWidth in this routing has been
|
||||
* All occurrences of maxHeight and maxWidth in this routing has been
|
||||
* hacked to use maxHeightLimit and maxWidthLimit as the real max when
|
||||
* maximumClientSize is set to 'horizontal' or 'vertical', since
|
||||
* pCD->maxHeight and pCD->maxWidth is fiddle to on reconfiguration.
|
||||
|
||||
@@ -397,7 +397,7 @@ $ message 40 so that these labels match the keycaps on your
|
||||
$ local keyboard.
|
||||
$
|
||||
1 Insufficient memory for session geometry item
|
||||
2 Insufficient memory for workspaces list in sesssion item
|
||||
2 Insufficient memory for workspaces list in session item
|
||||
3 Insufficient memory for commandArgv array
|
||||
4 Insufficient memory for commandArgv item
|
||||
5 Insufficient memory for Dt Session Hints
|
||||
@@ -434,7 +434,7 @@ $
|
||||
35 Insufficient memory for config file conversion
|
||||
36 Insufficient memory to process included file: %s
|
||||
37 Expected '{'
|
||||
38 Insufficient memory for host name in sesssion item
|
||||
38 Insufficient memory for host name in session item
|
||||
39 Could not reopen configuration file %s
|
||||
|
||||
$ Message 40 is used to remap the menu accelerator
|
||||
|
||||
Reference in New Issue
Block a user