Assorted spelling fixes from Francois Gouget

This commit is contained in:
Chris Morgan
2008-06-26 12:07:29 -04:00
parent 26854c6b3b
commit 9f956d4ccc
12 changed files with 16 additions and 16 deletions

View File

@@ -45,7 +45,7 @@ function delete_version_and_parent_app($iVersionId)
echo __FUNCTION__."() oApp->purge() failed, returned false!\n";
}
// remove the admin privleges only if the user didn't
// remove the admin privileges only if the user didn't
// have them to begin with
if(!$bWasAdmin)
$_SESSION['current']->delPriv("admin");

View File

@@ -393,7 +393,7 @@ function test_maintainer_unQueue()
return FALSE;
}
// Now that the super maintainer entry was unqueued the the maintainer
// Now that the super maintainer entry was unqueued, the maintainer
// entry should have been deleted
$iExpected = 0;
$iReceived = maintainer::getMaintainerCountForUser($oSecondUser, FALSE);