Skip to content

Commit ad89e43

Browse files
committed
Merge pull request civicrm#7 from dlobo/CRM-12457
CRM-12457
2 parents 962cd43 + 8e00705 commit ad89e43

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

admin/plugins/civicrm/civicrm.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class plgUserCivicrm extends JPlugin
2424
*
2525
* @param array $user Holds the new user data.
2626
* @param boolean $isnew True if a new user is stored.
27-
* @param boolean $success True if user was succesfully stored in the database.
27+
* @param boolean $success True if user was successfully stored in the database.
2828
* @param string $msg Message.
2929
*
3030
* @return void
@@ -54,7 +54,7 @@ function onUserAfterSaveGroup($var) {
5454
* Method is called after user is deleted from the database
5555
*
5656
* @param array $user Holds the user data.
57-
* @param boolean $success True if user was succesfully removed from the database.
57+
* @param boolean $success True if user was successfully removed from the database.
5858
* @param string $msg Message.
5959
*
6060
* @return void
@@ -119,7 +119,7 @@ public function civicrmResetNavigation($jId = null) {
119119
}
120120

121121
// Reset Navigation
122-
CRM_Core_BAO_Navigation::resetNavigation($cId);
122+
CRM_Core_BAO_Navigation::resetNavigation($cId);
123123
}
124124

125125
}

script.civicrm.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ function install($parent) {
4444
<table width="100%" border="0">
4545
<tr>
4646
<td>
47-
<strong>CiviCRM component files have been UPGRADED <font color="green">succesfully</font></strong>.
47+
<strong>CiviCRM component files have been UPGRADED <font color="green">successfully</font></strong>.
4848
<p><strong>Please run the <a href="' . $upgradeUrl . '">CiviCRM Database Upgrade Utility</a> now. This utility will check your database and perform any needed upgrades.</strong></p>
4949
<p>Also review the <a href="' . $docLink . '">Upgrade Guide</a> for any additional steps required to complete this upgrade.</p>
5050
</td>
@@ -64,7 +64,7 @@ function install($parent) {
6464
<table width="100%" border="0">
6565
<tr>
6666
<td>
67-
<strong>CiviCRM component files and database tables have been INSTALLED <font color="green">succesfully</font></strong>.
67+
<strong>CiviCRM component files and database tables have been INSTALLED <font color="green">successfully</font></strong>.
6868
<p><strong>Please review the ' . $docLink . ' for any additional steps required to complete the installation.</strong></p>
6969
<p><strong>Then use the <a href="' . $configTaskUrl . '">Configuration Checklist</a> to review and configure CiviCRM settings for your new site.</strong></p>
7070
<p><strong>Additional Resources:</strong>

0 commit comments

Comments
 (0)