Assorted spelling fixes

This commit is contained in:
Francois Gouget
2006-12-31 19:39:41 +00:00
committed by WineHQ
parent acc55e3442
commit 41fce37200
17 changed files with 136 additions and 136 deletions

View File

@@ -284,7 +284,7 @@ function test_user_update_password()
}
/*************************/
/* Main testing routines */
/* Main test routines */
if(!test_user_create())
echo "test_user_create() failed!\n";
@@ -323,7 +323,7 @@ include_once("test_maintainer.php");
/* TODO: the rest of the user member functions we don't currently test */
/* clean up the user we created during testing */
/* clean up the user we created during the tests */
/* so the unit test leaves no trace that it ran */
$oUser = new User();