From 9e674dbc334f372a12232ef5d38535175076a6a2 Mon Sep 17 00:00:00 2001 From: Damyon Wiese Date: Tue, 10 Sep 2013 12:26:00 +0800 Subject: [PATCH] MDL-41497 auth_db: Fix typo in lang string. --- auth/db/lang/en/auth_db.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth/db/lang/en/auth_db.php b/auth/db/lang/en/auth_db.php index b2ba645b4a3..678f11b5371 100644 --- a/auth/db/lang/en/auth_db.php +++ b/auth/db/lang/en/auth_db.php @@ -35,7 +35,7 @@ $string['auth_dbfieldpass'] = 'Name of the field containing passwords'; $string['auth_dbfieldpass_key'] = 'Password field'; $string['auth_dbfielduser'] = 'Name of the field containing usernames'; $string['auth_dbfielduser_key'] = 'Username field'; -$string['auth_dbhost'] = 'The computer hosting the database server. Use a sysem DSN entry if using ODBC.'; +$string['auth_dbhost'] = 'The computer hosting the database server. Use a system DSN entry if using ODBC.'; $string['auth_dbhost_key'] = 'Host'; $string['auth_dbchangepasswordurl_key'] = 'Password-change URL'; $string['auth_dbinsertuser'] = 'Inserted user {$a->name} id {$a->id}';