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
|
|
@ -871,7 +871,7 @@ RecolorCursor( void )
|
|||
*
|
||||
* Inputs:
|
||||
* ------
|
||||
* w = widget where event occured
|
||||
* w = widget where event occurred
|
||||
* client_data = client specific data sent to callback
|
||||
* event = event that triggered callback
|
||||
*
|
||||
|
|
@ -1360,7 +1360,7 @@ TakeDownLogin(
|
|||
*
|
||||
* Description:
|
||||
* -----------
|
||||
* Redisplays the cover and the login when neccessary.
|
||||
* Redisplays the cover and the login when necessary.
|
||||
*
|
||||
*
|
||||
* Inputs:
|
||||
|
|
|
|||
|
|
@ -206,14 +206,14 @@ main (int argc, char **argv)
|
|||
|
||||
/*
|
||||
* Set uid up according to whether this is a secure system
|
||||
* Secure systems need root priviledges to read the /etc/passwd file
|
||||
* Secure systems need root privileges to read the /etc/passwd file
|
||||
*/
|
||||
smGD.runningUID = getuid();
|
||||
|
||||
#ifdef linux /* linux always needs to be setup as secure */
|
||||
|
||||
/*
|
||||
* Save the root priviledge to be restored when trying to unlock
|
||||
* Save the root privilege to be restored when trying to unlock
|
||||
*/
|
||||
smGD.unLockUID = geteuid();
|
||||
smGD.secureSystem = True;
|
||||
|
|
@ -230,7 +230,7 @@ main (int argc, char **argv)
|
|||
if(status == -1)
|
||||
{
|
||||
/*
|
||||
* this is not a secure system - remove all suid priviledges
|
||||
* this is not a secure system - remove all suid privileges
|
||||
*/
|
||||
smGD.unLockUID = smGD.runningUID;
|
||||
smGD.secureSystem = False;
|
||||
|
|
@ -239,7 +239,7 @@ main (int argc, char **argv)
|
|||
else
|
||||
{
|
||||
/*
|
||||
* Save the root priviledge to be restored when trying to unlock
|
||||
* Save the root privilege to be restored when trying to unlock
|
||||
*/
|
||||
smGD.unLockUID = geteuid();
|
||||
smGD.secureSystem = True;
|
||||
|
|
|
|||
|
|
@ -462,7 +462,7 @@ MigrateResources(char * inputfile, char * outputfile)
|
|||
/* if entire line was read but it ends
|
||||
with a continuation character
|
||||
then, remove the ending continuation character or
|
||||
spaces preceeded by an ending
|
||||
spaces preceded by an ending
|
||||
continuation character.
|
||||
*/
|
||||
realend=DtPrevChar(inputbuffer1,realend);
|
||||
|
|
@ -567,7 +567,7 @@ MigrateResources(char * inputfile, char * outputfile)
|
|||
number_fields = i-1;
|
||||
/* check for each type of resource
|
||||
that should be retained in the output file.
|
||||
See comments preceeding the definition
|
||||
See comments preceding the definition
|
||||
of each array near the start of this file
|
||||
for a description and example of each type.
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -1663,7 +1663,7 @@ SimpleOK(
|
|||
*
|
||||
* Description:
|
||||
* -----------
|
||||
* Give the visual feedback neccessary when the user is entering a password
|
||||
* Give the visual feedback necessary when the user is entering a password
|
||||
*
|
||||
*
|
||||
* Inputs:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue