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

@@ -321,7 +321,7 @@ $
1 Access file "%1$s", host "%2$s" not found\n
2 ReadHostEntry\n
3 Access file %1$s, display %2$s unknown\n
4 Cannot open access control file %1$s, no XDMCP reqeusts will be granted\n
4 Cannot open access control file %1$s, no XDMCP requests will be granted\n
5 Domain/OS authentication error: %1$s (%2$s/%3$s)
6 Can not open server authorization file %1$s\n
7 Cannot write server authorization file %1$s\n

View File

@@ -1145,7 +1145,7 @@ SessionExit( struct display *d, int status )
/* make sure the server gets reset after the session is over */
if (d->serverPid >= 2) {
Debug("Reseting server: pid %d signal %d\n",
Debug("Resetting server: pid %d signal %d\n",
d->serverPid, d->resetSignal);
if (d->terminateServer == 0 && d->resetSignal)

View File

@@ -1587,7 +1587,7 @@ MakeGreeting( void )
}
/*
* replace all occurrances of %LocalHost% and %DisplayName%
* replace all occurrences of %LocalHost% and %DisplayName%
* in the current substring...
*/
@@ -1624,7 +1624,7 @@ MakeGreeting( void )
XmFONTLIST_DEFAULT_TAG));
/*
* add a line seperator if this is a multi-line greeting...
* add a line separator if this is a multi-line greeting...
*/
if ( newLine == True ) {

View File

@@ -379,7 +379,7 @@ screen unreadable.\n\
#define MC_DEF_LOG_ACC_FILE "Access file \"%1$s\", host \"%2$s\" not found\n"
#define MC_DEF_LOG_HOST_ENT "ReadHostEntry\n"
#define MC_DEF_LOG_ACC_DPY "Access file %1$2s, display %1$2s unknown\n"
#define MC_DEF_LOG_ACC_CTL "Cannot open access control file %1$s, no XDMCP reqeusts will be granted\n"
#define MC_DEF_LOG_ACC_CTL "Cannot open access control file %1$s, no XDMCP requests will be granted\n"
#define MC_DEF_LOG_DOMAIN "Domain/OS authentication error: %1$s (%2$s/%3$s)"
#define MC_DEF_LOG_SRV_OPEN "Can not open server authorization file %1$s\n"
#define MC_DEF_LOG_SRV_WRT "Cannot write server authorization file %1$s\n"