diff options
author | Andreas Gohr <andi@splitbrain.org> | 2007-08-09 23:21:54 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2007-08-09 23:21:54 +0200 |
commit | c9db30f969ec4cb1dd52dd6a54aa8ab15b1ce37b (patch) | |
tree | 40aaa4b5e23da6fbea54aa7552ea24f3c7f2d67b /inc | |
parent | 2340e8a640b26d748f1e94af2e8a54aeeab3ab9a (diff) | |
download | rpg-c9db30f969ec4cb1dd52dd6a54aa8ab15b1ce37b.tar.gz rpg-c9db30f969ec4cb1dd52dd6a54aa8ab15b1ce37b.tar.bz2 |
spelling fix FS#1220
darcs-hash:20070809212154-7ad00-bde57d95f9b61840f1cdac4d60f89bcd0ae83c4a.gz
Diffstat (limited to 'inc')
-rw-r--r-- | inc/auth/basic.class.php | 2 | ||||
-rw-r--r-- | inc/auth/mysql.class.php | 2 | ||||
-rw-r--r-- | inc/auth/plain.class.php | 2 | ||||
-rw-r--r-- | inc/indexer.php | 2 | ||||
-rw-r--r-- | inc/lang/en/lang.php | 4 |
5 files changed, 6 insertions, 6 deletions
diff --git a/inc/auth/basic.class.php b/inc/auth/basic.class.php index 79fb04a1c..077b92d62 100644 --- a/inc/auth/basic.class.php +++ b/inc/auth/basic.class.php @@ -189,7 +189,7 @@ class auth_basic { * Create a new User [implement only where required/possible] * * Returns false if the user already exists, null when an error - * occured and true if everything went well. + * occurred and true if everything went well. * * The new user HAS TO be added to the default group by this * function! diff --git a/inc/auth/mysql.class.php b/inc/auth/mysql.class.php index 05ef828ce..9bb9fa1df 100644 --- a/inc/auth/mysql.class.php +++ b/inc/auth/mysql.class.php @@ -170,7 +170,7 @@ class auth_mysql extends auth_basic { * [public function] * * Create a new User. Returns false if the user already exists, - * null when an error occured and true if everything went well. + * null when an error occurred and true if everything went well. * * The new user will be added to the default group by this * function if grps are not specified (default behaviour). diff --git a/inc/auth/plain.class.php b/inc/auth/plain.class.php index 156e2e5c8..319bdbe02 100644 --- a/inc/auth/plain.class.php +++ b/inc/auth/plain.class.php @@ -92,7 +92,7 @@ class auth_plain extends auth_basic { * Create a new User * * Returns false if the user already exists, null when an error - * occured and true if everything went well. + * occurred and true if everything went well. * * The new user will be added to the default group by this * function if grps are not specified (default behaviour). diff --git a/inc/indexer.php b/inc/indexer.php index c2f7d6779..319e2b6e4 100644 --- a/inc/indexer.php +++ b/inc/indexer.php @@ -104,7 +104,7 @@ function idx_touchIndex($pre, $wlen){ /** * Split a page into words * - * Returns an array of word counts, false if an error occured. + * Returns an array of word counts, false if an error occurred. * Array is keyed on the word length, then the word index. * * @author Andreas Gohr <andi@splitbrain.org> diff --git a/inc/lang/en/lang.php b/inc/lang/en/lang.php index cd1720ff6..f8558621f 100644 --- a/inc/lang/en/lang.php +++ b/inc/lang/en/lang.php @@ -95,7 +95,7 @@ $lang['lockexpire'] = 'Lock expires at'; $lang['willexpire'] = 'Your lock for editing this page is about to expire in a minute.\nTo avoid conflicts use the preview button to reset the locktimer.'; $lang['notsavedyet'] = 'Unsaved changes will be lost.\nReally continue?'; -$lang['rssfailed'] = 'An error occured while fetching this feed: '; +$lang['rssfailed'] = 'An error occurred while fetching this feed: '; $lang['nothingfound']= 'Nothing was found.'; $lang['mediaselect'] = 'Media Files'; @@ -225,7 +225,7 @@ $lang['i_badhash'] = 'unrecognised or modified dokuwiki.php (hash=<code>%s</c $lang['i_badval'] = '<code>%s</code> - illegal or empty value'; $lang['i_success'] = 'The configuration was finished successfully. You may delete the install.php file now. Continue to <a href="doku.php">your new DokuWiki</a>.'; -$lang['i_failure'] = 'Some errors occured while writing the configuration files. You may need to fix them manually before +$lang['i_failure'] = 'Some errors occurred while writing the configuration files. You may need to fix them manually before you can use <a href="doku.php">your new DokuWiki</a>.'; $lang['i_policy'] = 'Initial ACL policy'; $lang['i_pol0'] = 'Open Wiki (read, write, upload for everyone)'; |