1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

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

@ -2607,7 +2607,7 @@ SetAlternateSession (
/*
* The directory for the specified session exists
* but it doesn't have any client databases. Start
* a new user session. If a user wants a sesssion
* a new user session. If a user wants a session
* with no apps, they should create a zero-length
* session database.
*/

View file

@ -1384,7 +1384,7 @@ RestoreSettings( void )
/*
* This is only involked when there is auto repeats set for
* specific keys only. It is VERY SLOW code so unless you
* have to save off auto repeats for single keys - DONT
* have to save off auto repeats for single keys - DON'T
*/
while(tmpKey != NULL)
{
@ -1795,7 +1795,7 @@ RestoreIndependentResources( void )
* If this is the first DT 3.0 session for a DT 2.0 user then we will
* also launch the helpviewer. If this is the first DT 3.0 session for a
* DT 2.0 user then we will also run convertVS.sh to change all
* occurances of /usr/bin/X11/hpterm to .../dt/bin/hpterm,
* occurrences of /usr/bin/X11/hpterm to .../dt/bin/hpterm,
* /usr/bin/X11/xterm to .../dt/bin/xterm and
* /usr/bin/X11/xload to .../dt/bin/xload.
*

View file

@ -170,7 +170,7 @@ char *palette)
if (path != NULL)
{
/* Loop through paletteDirectories looking in each directory
* till we find the palette file. Take first occurrance.
* till we find the palette file. Take first occurrence.
* Copy directory name into dir. Look for NULL or space
*/