diff options
| -rw-r--r-- | includes/authentication.php | 2 | ||||
| -rw-r--r-- | includes/controllers/remotelink_ctrl.php | 2 | ||||
| -rw-r--r-- | includes/db_schema/db_schema_1_2.php | 2 | ||||
| -rw-r--r-- | includes/db_schema/db_schema_2_3.php | 2 | ||||
| -rw-r--r-- | modules/gedcom_favorites/db_schema/db_schema_0_1.php | 2 | ||||
| -rw-r--r-- | modules/gedcom_news/db_schema/db_schema_0_1.php | 2 | ||||
| -rw-r--r-- | modules/googlemap/db_schema/db_schema_0_1.php | 2 | ||||
| -rw-r--r-- | modules/user_blog/db_schema/db_schema_0_1.php | 2 | ||||
| -rw-r--r-- | modules/user_favorites/db_schema/db_schema_0_1.php | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/includes/authentication.php b/includes/authentication.php index 15f0aea04a..aa60556104 100644 --- a/includes/authentication.php +++ b/includes/authentication.php @@ -50,7 +50,7 @@ define('WT_AUTHENTICATION_PHP', ''); * @param string $user_name the username for the user attempting to login * @param string $password the plain text password to test * @param boolean $basic true if the userName and password were retrived via Basic HTTP authentication. Defaults to false. At this point, this is only used for logging - * @return the user_id if sucessful, false otherwise + * @return the user_id if successful, false otherwise */ function authenticateUser($user_name, $password, $basic=false) { // If we were already logged in, log out first diff --git a/includes/controllers/remotelink_ctrl.php b/includes/controllers/remotelink_ctrl.php index 8f2c68d08f..f3a4272a1c 100644 --- a/includes/controllers/remotelink_ctrl.php +++ b/includes/controllers/remotelink_ctrl.php @@ -104,7 +104,7 @@ class RemoteLinkController extends BaseController { } - // Perform the desired action and return true/false sucess. + // Perform the desired action and return true/false success. function runAction($action) { switch ($action) { case 'addlink': diff --git a/includes/db_schema/db_schema_1_2.php b/includes/db_schema/db_schema_1_2.php index 6dc301d761..4f0f2e8de7 100644 --- a/includes/db_schema/db_schema_1_2.php +++ b/includes/db_schema/db_schema_1_2.php @@ -51,5 +51,5 @@ self::exec( ") COLLATE utf8_unicode_ci ENGINE=InnoDB" ); -// Update the version to indicate sucess +// Update the version to indicate success set_site_setting($schema_name, $next_version); diff --git a/includes/db_schema/db_schema_2_3.php b/includes/db_schema/db_schema_2_3.php index 1991ed3a2a..df12428b11 100644 --- a/includes/db_schema/db_schema_2_3.php +++ b/includes/db_schema/db_schema_2_3.php @@ -58,5 +58,5 @@ try { // Perhaps we have already deleted these columns? } -// Update the version to indicate sucess +// Update the version to indicate success set_site_setting($schema_name, $next_version); diff --git a/modules/gedcom_favorites/db_schema/db_schema_0_1.php b/modules/gedcom_favorites/db_schema/db_schema_0_1.php index f9e87aa636..5dff92e48a 100644 --- a/modules/gedcom_favorites/db_schema/db_schema_0_1.php +++ b/modules/gedcom_favorites/db_schema/db_schema_0_1.php @@ -57,5 +57,5 @@ WT_DB::exec( ") COLLATE utf8_unicode_ci ENGINE=InnoDB" ); -// Update the version to indicate sucess +// Update the version to indicate success set_site_setting($schema_name, $next_version); diff --git a/modules/gedcom_news/db_schema/db_schema_0_1.php b/modules/gedcom_news/db_schema/db_schema_0_1.php index c708ac1ae0..d588ba8e26 100644 --- a/modules/gedcom_news/db_schema/db_schema_0_1.php +++ b/modules/gedcom_news/db_schema/db_schema_0_1.php @@ -54,5 +54,5 @@ WT_DB::exec( ") COLLATE utf8_unicode_ci ENGINE=InnoDB" ); -// Update the version to indicate sucess +// Update the version to indicate success set_site_setting($schema_name, $next_version); diff --git a/modules/googlemap/db_schema/db_schema_0_1.php b/modules/googlemap/db_schema/db_schema_0_1.php index 6156d24aef..2dfbcda158 100644 --- a/modules/googlemap/db_schema/db_schema_0_1.php +++ b/modules/googlemap/db_schema/db_schema_0_1.php @@ -62,5 +62,5 @@ WT_DB::exec( ") COLLATE utf8_unicode_ci ENGINE=InnoDB" ); -// Update the version to indicate sucess +// Update the version to indicate success set_site_setting($schema_name, $next_version); diff --git a/modules/user_blog/db_schema/db_schema_0_1.php b/modules/user_blog/db_schema/db_schema_0_1.php index c708ac1ae0..d588ba8e26 100644 --- a/modules/user_blog/db_schema/db_schema_0_1.php +++ b/modules/user_blog/db_schema/db_schema_0_1.php @@ -54,5 +54,5 @@ WT_DB::exec( ") COLLATE utf8_unicode_ci ENGINE=InnoDB" ); -// Update the version to indicate sucess +// Update the version to indicate success set_site_setting($schema_name, $next_version); diff --git a/modules/user_favorites/db_schema/db_schema_0_1.php b/modules/user_favorites/db_schema/db_schema_0_1.php index f9e87aa636..5dff92e48a 100644 --- a/modules/user_favorites/db_schema/db_schema_0_1.php +++ b/modules/user_favorites/db_schema/db_schema_0_1.php @@ -57,5 +57,5 @@ WT_DB::exec( ") COLLATE utf8_unicode_ci ENGINE=InnoDB" ); -// Update the version to indicate sucess +// Update the version to indicate success set_site_setting($schema_name, $next_version); |
