Spelling fixes

This commit is contained in:
chase
2018-05-26 11:50:47 -05:00
committed by Jon Trulson
parent 8d2fe2486c
commit 809c3d8bb6
146 changed files with 240 additions and 240 deletions

View File

@@ -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;
}