diff options
author | gb <gb@isis.u-strasbg.fr> | 2006-01-27 18:17:39 +0100 |
---|---|---|
committer | gb <gb@isis.u-strasbg.fr> | 2006-01-27 18:17:39 +0100 |
commit | 912a0cf35964aab68d9719882bce8ae07449eef1 (patch) | |
tree | e8b290e833be715024b78fde735e5f57e5d31df9 | |
parent | 7ecffc08a266806b5ab018ab3f9ffda7957a9bde (diff) | |
download | rpg-912a0cf35964aab68d9719882bce8ae07449eef1.tar.gz rpg-912a0cf35964aab68d9719882bce8ae07449eef1.tar.bz2 |
Minor typo in comment
darcs-hash:20060127171739-2060e-e1ca4da2fdca49b8d183b9ac889935f6eb45b435.gz
-rw-r--r-- | inc/lang/en/lang.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/lang/en/lang.php b/inc/lang/en/lang.php index 45591e55c..f3c7c3dbe 100644 --- a/inc/lang/en/lang.php +++ b/inc/lang/en/lang.php @@ -175,7 +175,7 @@ $lang['subscribe_noaddress']= 'There is no address associated with your login, y $lang['unsubscribe_success']= 'Removed %s from subscription list for %s'; $lang['unsubscribe_error'] = 'Error removing %s from subscription list for %s'; -/* auth.class lanuage support */ +/* auth.class language support */ $lang['authmodfailed'] = 'Bad user authentication configuration. Please inform your Wiki Admin.'; $lang['authtempfail'] = 'User authentication is temporarily unavailable. If this situation persists, please inform your Wiki Admin.'; |