mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
Last of the spelling fixed
This commit is contained in:
parent
6d3a19d8f9
commit
33d2749ea3
185 changed files with 279 additions and 279 deletions
|
|
@ -103,7 +103,7 @@ int main ( int argc, char **argv )
|
|||
// please set // _ILS_DEBUG_ environment variable on, like
|
||||
// export _ILS_DEBUG_=:
|
||||
// dtmail
|
||||
// and do the same operation as that of when coredump will have occured.
|
||||
// and do the same operation as that of when coredump will have occurred.
|
||||
// If the signal will be received, dtmail generates full core dump image.
|
||||
// Note: This core file size will be big. So be aware of "ulimit" of sh.
|
||||
//
|
||||
|
|
|
|||
|
|
@ -262,7 +262,7 @@ void SelectFileCmd::fileSelectedCB(
|
|||
return;
|
||||
}
|
||||
|
||||
// If a string was succesfully extracted, call
|
||||
// If a string was successfully extracted, call
|
||||
// fileSelected to handle the file.
|
||||
|
||||
XtUnmanageChild ( w ); // Bring the file selection dialog down.
|
||||
|
|
|
|||
|
|
@ -698,12 +698,12 @@ void MsgScrollingList::do_list_vis_adjustment()
|
|||
if (winM <= 0) { //[There is no scope of adjustment
|
||||
return;
|
||||
}
|
||||
//[All the new messages can be accomodated w/o scrolling curr selection
|
||||
//[All the new messages can be accommodated w/o scrolling curr selection
|
||||
if (numNew <= winM) {
|
||||
XmListSetBottomPos(list, cItmCnt);
|
||||
return;
|
||||
}
|
||||
//[All the new messages cannot be accomodated, but we will do best fit
|
||||
//[All the new messages cannot be accommodated, but we will do best fit
|
||||
else {
|
||||
int numNotShow = numNew - winM;
|
||||
XmListSetBottomPos(list, cItmCnt - numNotShow);
|
||||
|
|
|
|||
|
|
@ -160,7 +160,7 @@ static int x_error_handler(Display *display, XErrorEvent* error_event)
|
|||
_DtPrintDefaultErrorSafe(display, error_event, error_msg, _DTMAIL_BUFSIZE);
|
||||
_DtSimpleError("dtmail", DtWarning, NULL, error_msg, NULL);
|
||||
|
||||
// if the error occured on the print display we're going to set
|
||||
// if the error occurred on the print display we're going to set
|
||||
// a variable so that and when the job is done, right before calling
|
||||
// XpEndJob, we call XpCancelJob, and notify the user.
|
||||
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@ void
|
|||
enableGroupPrivileges(void *)
|
||||
{
|
||||
if(-1 == setgid(_originalEgid)) {
|
||||
fprintf(stderr, "Failed to enable group priviledges\n");
|
||||
fprintf(stderr, "Failed to enable group privileges\n");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -58,7 +58,7 @@ void
|
|||
disableGroupPrivileges(void *)
|
||||
{
|
||||
if(-1 == setgid(_originalRgid)) {
|
||||
fprintf(stderr, "Failed to disable group priviledges\n");
|
||||
fprintf(stderr, "Failed to disable group privileges\n");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -931,7 +931,7 @@ struct vmount **vmountpp) /* place to tell where buffer is */
|
|||
/*
|
||||
* perform the QUERY mntctl - if it returns > 0, that is the
|
||||
* number of vmount structures in the buffer. If it returns
|
||||
* -1, an error occured. If it returned 0, then look in
|
||||
* -1, an error occurred. If it returned 0, then look in
|
||||
* first word of buffer for needed size.
|
||||
*/
|
||||
if ((nmounts = mntctl(MCTL_QUERY, size, (caddr_t)vm)) > 0) {
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ $quote "
|
|||
|
||||
$set 1 libDtMail API set
|
||||
$ // DTME_NoError
|
||||
1 "No error occured."
|
||||
1 "No error occurred."
|
||||
|
||||
$ // DTME_AlreadyLocked
|
||||
2 "The folder is locked by another session."
|
||||
|
|
|
|||
|
|
@ -631,7 +631,7 @@ MIMEBodyPart::loadBody(DtMailEnv & error)
|
|||
// March 25, 1997
|
||||
// The Content-Disposition field has been designated as the primary
|
||||
// header field for transmitting file names. See RFC 1806. Therefore
|
||||
// the algorithm has bee updated as follows.
|
||||
// the algorithm has been updated as follows.
|
||||
//
|
||||
// 1. DtMail checks the following headers for the "filename" for a body part:
|
||||
// o The "filename" parameter of the "Content-Disposition" header field.
|
||||
|
|
|
|||
|
|
@ -234,13 +234,13 @@ RFCBodyPart::getContents(DtMailEnv & error,
|
|||
if (description) {
|
||||
// getDescription should not be passed a DtMailEnv object.
|
||||
// Neither implementation of getDescription (MIME or V3)
|
||||
// sets the error before returning. Besides being unneccessary,
|
||||
// sets the error before returning. Besides being unnecessary,
|
||||
// it requires the caller of getDescription to check the error
|
||||
// status upon its return.
|
||||
//
|
||||
*description = getDescription(error);
|
||||
if (error.isSet()) {
|
||||
// don't care about the error condition returned by getDescription
|
||||
// Don't care about the error condition returned by getDescription
|
||||
// because it returns a valid string no matter what error
|
||||
// condition occurs.
|
||||
error.clear();
|
||||
|
|
|
|||
|
|
@ -2482,7 +2482,7 @@ RFCMailBox::ThreadNewMailEntry(void * client_data)
|
|||
//
|
||||
while(info->object_valid->state()) {
|
||||
|
||||
// The following sequence is a little wierd, but here is why.
|
||||
// The following sequence is a little weird, but here is why.
|
||||
// We need to sleep for the ping interval. We can be awaken
|
||||
// early however if the thread catches a signal. The main
|
||||
// thread will send a SIGTERM from the mail box destructor
|
||||
|
|
|
|||
|
|
@ -378,7 +378,7 @@ RFCValue::toDate(void)
|
|||
}
|
||||
|
||||
// There are usually no more than 6 tokens in an RFC date. We will
|
||||
// have a few extras just in case we are given a wierd string.
|
||||
// have a few extras just in case we are given a weird string.
|
||||
const char *token_begin[12];
|
||||
const char *token_end[12];
|
||||
int n_tokens = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue