Last of the spelling fixed
This commit is contained in:
@@ -540,7 +540,7 @@ WriteOutDesc(
|
||||
/*
|
||||
** This routine removes a palette.
|
||||
** It actually creates a file in the users home palette directory with
|
||||
** the current palette name preceeded by a '~'.
|
||||
** the current palette name preceded by a '~'.
|
||||
** If the current palette is from the users home palette directory, that
|
||||
** file is removed.
|
||||
*/
|
||||
|
||||
@@ -1404,7 +1404,7 @@ MoveUpCB(
|
||||
XtVaGetValues(i18n.preeditTypeList, XmNitems, &list_items, NULL);
|
||||
|
||||
/* makes an array of two XmStrings by reversing the selected
|
||||
one and the item preceeding it */
|
||||
one and the item preceding it */
|
||||
items[0] = list_items[sel_index];
|
||||
items[1] = list_items[sel_index - 1];
|
||||
|
||||
|
||||
@@ -30,7 +30,7 @@ Change the beeper volume, tone, or duration.
|
||||
Choose the number of minutes before your screen times out or
|
||||
whether or not your screen is covered and locked at time out.
|
||||
.IP "\fBWindow\fP"
|
||||
Specify how a window aquires focus, if the window raises when it
|
||||
Specify how a window acquires focus, if the window raises when it
|
||||
receives focus, or where window icons are placed.
|
||||
.IP "\fBStartup\fP"
|
||||
Specify how your session begins and ends.
|
||||
|
||||
Reference in New Issue
Block a user