mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
Even more spelling fixed
This commit is contained in:
parent
1fe5a550b2
commit
6d3a19d8f9
27 changed files with 30 additions and 30 deletions
|
@ -532,7 +532,7 @@ Refer to
|
|||
<Term><SystemItem Class="Constant">TT_FILE</SystemItem></Term>
|
||||
<ListItem>
|
||||
<Para>Set by
|
||||
<Command>ttsession</Command> when it invokes a tool to recieve a message.
|
||||
<Command>ttsession</Command> when it invokes a tool to receive a message.
|
||||
Refer to
|
||||
&cdeman.ttsession; for more information.
|
||||
</Para>
|
||||
|
|
|
@ -3475,7 +3475,7 @@ function.</Para>
|
|||
int destroy );
|
||||
</ProgramListing>
|
||||
</Example>
|
||||
<Para>The <Filename>tttk_mesage_fail</Filename> function fails the message <Emphasis>msg</Emphasis> and then destroys it.</Para>
|
||||
<Para>The <Filename>tttk_message_fail</Filename> function fails the message <Emphasis>msg</Emphasis> and then destroys it.</Para>
|
||||
<Note>
|
||||
<Para>A program should abandon a message when it does not understand the
|
||||
message and wants to dispose of it.</Para>
|
||||
|
|
|
@ -2159,7 +2159,7 @@ this mail message.
|
|||
<ListItem Id="HMLR.REF.item.189">
|
||||
<Para>When Vacation is set On, Mailer sends a message containing the text
|
||||
in the Subject and Message fields of this dialog box to each sender
|
||||
of incoming mail messages. (The same sender only recieves the message
|
||||
of incoming mail messages. (The same sender only receives the message
|
||||
once in a seven-day period). If a message is received through a public
|
||||
alias, the vacation notifier does not respond to the sender.
|
||||
It does, however, respond to the sender of a message received through a
|
||||
|
|
|
@ -3614,7 +3614,7 @@ ToolTalk
|
|||
int destroy );
|
||||
</ProgramListing>
|
||||
</Example>
|
||||
<Para><Filename>tttk_mesage_fail</Filename>関数は、メッセージ<Emphasis>msg
|
||||
<Para><Filename>tttk_message_fail</Filename>関数は、メッセージ<Emphasis>msg
|
||||
</Emphasis>を無視した後で破棄します。</Para>
|
||||
<Note>
|
||||
<Para>プログラムは、メッセージを理解できずに処分したいときはメッセージを破棄しなけ
|
||||
|
|
|
@ -365,7 +365,7 @@ CDExc22946 Calendar Options Category pulldown m
|
|||
CDExc22947 Calendar default window sizes are too small to show info
|
||||
CDExc22972 dtcm takes too long to change from 12 to 24 hou
|
||||
CDExc22973 dtcm should hide AM PM buttons in 24-hour mod
|
||||
CDExc22996 dtcm`s todo and appt lists use incorrect date format in japanes
|
||||
CDExc22996 dtcm`s todo and appt lists use incorrect date format in japanese
|
||||
CDExc23078 Dtcm - Help: Clicking on Help of error dialog of inetd not running goes ..
|
||||
CDExc23357 dtcm does not change date format as appropriate according to local
|
||||
CDExc23960 dtcm leaks memory when the Browse menu is updated
|
||||
|
@ -485,7 +485,7 @@ CDExc21312 dtfile : Can`t use printing of the help
|
|||
CDExc21392 Problem starting two dtfile on two different screens at a time
|
||||
CDExc21393 a possible secutiry hole in filemanager started from `su` session
|
||||
CDExc21510 D&D OF ICON FROM FILE MGR ACROSS HEADS ONTO DTTERM LOSES OBJECTS
|
||||
CDExc21693 dtfile icon spacing incorrect in japanes
|
||||
CDExc21693 dtfile icon spacing incorrect in japanese
|
||||
CDExc21847 bad mnemonic for Deselect Al
|
||||
CDExc21848 BACKTRACK in Help for DTFILE when server starts gives error ms
|
||||
CDExc21849 AppManager: restrictions should be enforced in support of vendo
|
||||
|
|
|
@ -2820,7 +2820,7 @@ static void ProcessJumpReuse(
|
|||
hw->help_dialog.ghelp.volumeFlag = FALSE;
|
||||
}
|
||||
|
||||
/* Free old copy fisrt ??? */
|
||||
/* Free old copy first ??? */
|
||||
pTempLocationId = _DtHelpParseIdString(hyperData->specification);
|
||||
XtFree(hw->help_dialog.display.locationId);
|
||||
hw->help_dialog.display.locationId = pTempLocationId;
|
||||
|
|
|
@ -1784,7 +1784,7 @@ static void ProcessJumpReuse(
|
|||
|
||||
}
|
||||
|
||||
/* Free old copy fisrt ??? */
|
||||
/* Free old copy first ??? */
|
||||
pTempLocationId = _DtHelpParseIdString(hyperData->specification);
|
||||
XtFree(qw->qhelp_dialog.display.locationId);
|
||||
qw->qhelp_dialog.display.locationId = pTempLocationId;
|
||||
|
|
|
@ -2199,7 +2199,7 @@ void _DtHelpDisplayFormatError(
|
|||
/* Set the string to the current help dialog */
|
||||
(void) _DtHelpFormatAsciiStringDynamic(displayArea, userError, &topicHandle);
|
||||
|
||||
/* We ignor the status return here, because if we error out here we are
|
||||
/* We ignore the status return here, because if we error out here we are
|
||||
* in big trouble because this is an error routine
|
||||
*/
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
** Project: Cde Help System
|
||||
**
|
||||
** Description: This is the UI dependant layer to the Help System.
|
||||
** It recieves requests from the Core Engine for
|
||||
** It receives requests from the Core Engine for
|
||||
** information or to do rendering. It does the
|
||||
** appropriate work based on a Motif and X Lib
|
||||
** interface.
|
||||
|
|
|
@ -1825,7 +1825,7 @@ _DtInitializeToolTalk(Widget w)
|
|||
}
|
||||
|
||||
/*
|
||||
* Register to recieve interesting messages from dtexec
|
||||
* Register to receive interesting messages from dtexec
|
||||
*/
|
||||
pat = tt_pattern_create();
|
||||
|
||||
|
|
|
@ -145,7 +145,7 @@ tmode_enable(
|
|||
|
||||
/*
|
||||
** Attach a focus handler to each window in the project. When the window
|
||||
** recieves focus, it gets marked dirty.
|
||||
** receives focus, it gets marked dirty.
|
||||
*/
|
||||
if (tmodeP_window_list_add_handler(EnterWindowMask, False,
|
||||
track_win_focus) != OK)
|
||||
|
@ -207,7 +207,7 @@ tmode_disable(
|
|||
}
|
||||
trav_close(&trav);
|
||||
|
||||
/* detach the recieve focus handler */
|
||||
/* detach the receive focus handler */
|
||||
if (tmodeP_window_list_remove_handler(EnterWindowMask, False,
|
||||
track_win_focus) != OK)
|
||||
{
|
||||
|
@ -329,7 +329,7 @@ win_get_geometry(
|
|||
}
|
||||
|
||||
/*
|
||||
** Track when a window recieves focus and mark the window dirty
|
||||
** Track when a window receives focus and mark the window dirty
|
||||
*/
|
||||
static void
|
||||
track_win_focus(
|
||||
|
|
|
@ -1985,7 +1985,7 @@ create_rfc_message(char *address_list,
|
|||
boolean_t done = B_FALSE;
|
||||
char *return_buffer;
|
||||
|
||||
/* A MIME mesage is a rather specialized beast. It consists of
|
||||
/* A MIME message is a rather specialized beast. It consists of
|
||||
a series of headers describing the mail message, followed by
|
||||
the message, and then followed by a set of attachments.
|
||||
Each attachments is separated by a magic unique string
|
||||
|
|
|
@ -982,7 +982,7 @@ RFCMessage::findMsgEnd(DtMailEnv & error, const char * eof)
|
|||
_msg_end = eof;
|
||||
}
|
||||
else {
|
||||
// Again, protect against NULL mesages with 1 blank line
|
||||
// Again, protect against NULL messages with 1 blank line
|
||||
// before next message. Size was < 0 and crashed in "memcpy".
|
||||
if ( _msg_end >= _body_start )
|
||||
_msg_end = backcrlf(_msg_end);
|
||||
|
|
|
@ -247,7 +247,7 @@ $ Be sure to end this message with a space character.
|
|||
2 Text Editor -
|
||||
|
||||
$ Default file name used in the main window title.
|
||||
$ ***UNUSED*** This mesage has been replaced by message 6 of this set and
|
||||
$ ***UNUSED*** This message has been replaced by message 6 of this set and
|
||||
$ need not be localized.
|
||||
3 (unnamed)
|
||||
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
** Provides support for the Tool Talk "Desktop" and "Document and Media
|
||||
** Exchange" message sets.
|
||||
**
|
||||
** XXX - Need to use mesage catalogs for error messages and not write to
|
||||
** XXX - Need to use message catalogs for error messages and not write to
|
||||
** stdout or stderr.
|
||||
**
|
||||
*******************************************************************
|
||||
|
|
|
@ -375,7 +375,7 @@ WaitClientTimeout(
|
|||
*
|
||||
* Description:
|
||||
* -----------
|
||||
* This is the event handler registered to recieve the client message
|
||||
* This is the event handler registered to receive the client message
|
||||
* from dtwm when a client has beem managed
|
||||
*
|
||||
*
|
||||
|
|
|
@ -4063,7 +4063,7 @@ WaitWMTimeout(
|
|||
*
|
||||
* Description:
|
||||
* -----------
|
||||
* This is the event handler registered to recieve the client message
|
||||
* This is the event handler registered to receive the client message
|
||||
* from dtwm when dtwm is ready for business
|
||||
*
|
||||
*
|
||||
|
|
|
@ -830,7 +830,7 @@ int Client_Channel_Close(protocol_request_ptr prot)
|
|||
if(IS_ACTIVE(channel)) {
|
||||
|
||||
/*
|
||||
Uh-oh. We have recieved a close request, but the channel is
|
||||
Uh-oh. We have received a close request, but the channel is
|
||||
active. We kill the process, and explicitly wait for the
|
||||
process to terminate.
|
||||
*/
|
||||
|
|
|
@ -269,7 +269,7 @@ $ Be sure to end this message with a space character.
|
|||
|
||||
2 "Texteditor - "
|
||||
$ Default file name used in the main window title.
|
||||
$ ***UNUSED***\tThis mesage has been replaced by message 6 of this set and
|
||||
$ ***UNUSED***\tThis message has been replaced by message 6 of this set and
|
||||
$ \tneed not be localized.
|
||||
|
||||
3 "(unbenannt)"
|
||||
|
|
|
@ -281,7 +281,7 @@ $ Be sure to end this message with a space character.
|
|||
|
||||
2 "Editor de textos -"
|
||||
$ Default file name used in the main window title.
|
||||
$ ***UNUSED***\tThis mesage has been replaced by message 6 of this set and
|
||||
$ ***UNUSED***\tThis message has been replaced by message 6 of this set and
|
||||
$ \tneed not be localized.
|
||||
|
||||
3 "(sin nombre)"
|
||||
|
|
|
@ -284,7 +284,7 @@ $ Be sure to end this message with a space character.
|
|||
|
||||
2 "Editeur de texte - "
|
||||
$ Default file name used in the main window title.
|
||||
$ ***UNUSED***\tThis mesage has been replaced by message 6 of this set and
|
||||
$ ***UNUSED***\tThis message has been replaced by message 6 of this set and
|
||||
$ \tneed not be localized.
|
||||
|
||||
3 " (sans nom)"
|
||||
|
|
|
@ -249,7 +249,7 @@ $ Be sure to end this message with a space character.
|
|||
2 Editor di testo -
|
||||
|
||||
$ Default file name used in the main window title.
|
||||
$ ***UNUSED*** This mesage has been replaced by message 6 of this set and
|
||||
$ ***UNUSED*** This message has been replaced by message 6 of this set and
|
||||
$ need not be localized.
|
||||
3 (senza nome)
|
||||
|
||||
|
|
|
@ -248,7 +248,7 @@ $ Be sure to end this message with a space character.
|
|||
2 テキスト・エディタ -
|
||||
|
||||
$ Default file name used in the main window title.
|
||||
$ ***UNUSED*** This mesage has been replaced by message 6 of this set and
|
||||
$ ***UNUSED*** This message has been replaced by message 6 of this set and
|
||||
$ need not be localized.
|
||||
3 (unnamed)
|
||||
|
||||
|
|
|
@ -229,7 +229,7 @@ $ Be sure to end this message with a space character.
|
|||
2 문서 편집기 -
|
||||
|
||||
$ Default file name used in the main window title.
|
||||
$ ***UNUSED*** This mesage has been replaced by message 6 of this set and
|
||||
$ ***UNUSED*** This message has been replaced by message 6 of this set and
|
||||
$ need not be localized.
|
||||
3 (이름없음)
|
||||
|
||||
|
|
|
@ -232,7 +232,7 @@ $ Be sure to end this message with a space character.
|
|||
2 Textredigerare -
|
||||
|
||||
$ Default file name used in the main window title.
|
||||
$ ***UNUSED*** This mesage has been replaced by message 6 of this set and
|
||||
$ ***UNUSED*** This message has been replaced by message 6 of this set and
|
||||
$ need not be localized.
|
||||
3 (namnlös)
|
||||
|
||||
|
|
|
@ -229,7 +229,7 @@ $ Be sure to end this message with a space character.
|
|||
2 文本编辑器 -
|
||||
|
||||
$ Default file name used in the main window title.
|
||||
$ ***UNUSED*** This mesage has been replaced by message 6 of this set and
|
||||
$ ***UNUSED*** This message has been replaced by message 6 of this set and
|
||||
$ need not be localized.
|
||||
3 (unnameed)
|
||||
|
||||
|
|
|
@ -231,7 +231,7 @@ $ Be sure to end this message with a space character.
|
|||
2 ÅÆÇóî¾òÒð -
|
||||
|
||||
$ Default file name used in the main window title.
|
||||
$ ***UNUSED*** This mesage has been replaced by message 6 of this set and
|
||||
$ ***UNUSED*** This message has been replaced by message 6 of this set and
|
||||
$ need not be localized.
|
||||
3 (unnamed)
|
||||
|
||||
|
|
Loading…
Reference in a new issue