[Box Backup-commit] COMMIT r1018 - box/trunk/lib/common
boxbackup-dev@fluffy.co.uk
boxbackup-dev@fluffy.co.uk
Sat, 14 Oct 2006 00:40:49 +0100
Author: chris
Date: 2006-10-14 00:40:49 +0100 (Sat, 14 Oct 2006)
New Revision: 1018
Modified:
box/trunk/lib/common/UnixUser.cpp
Log:
* Spelling fixes
Modified: box/trunk/lib/common/UnixUser.cpp
===================================================================
--- box/trunk/lib/common/UnixUser.cpp 2006-10-13 23:07:53 UTC (rev 1017)
+++ box/trunk/lib/common/UnixUser.cpp 2006-10-13 23:40:49 UTC (rev 1018)
@@ -69,7 +69,7 @@
//
// Function
// Name: UnixUser::~UnixUser()
-// Purpose: Destructor -- reverts to previous user if the change wasn't perminant
+// Purpose: Destructor -- reverts to previous user if the change wasn't permanant
// Created: 21/1/04
//
// --------------------------------------------------------------------------
@@ -112,7 +112,7 @@
}
else
{
- // Change perminantely (change all UIDs and GIDs)
+ // Change permanently (change all UIDs and GIDs)
if(::setgid(mGID) != 0
|| ::setuid(mUID) != 0)
{