summaryrefslogtreecommitdiffstats
path: root/system/language
diff options
context:
space:
mode:
authorAndrey Andreev <narf@bofh.bg>2012-11-06 11:53:47 +0100
committerAndrey Andreev <narf@bofh.bg>2012-11-06 11:53:47 +0100
commit8d3afde93f9ff7f461095d5b9147b662610c045b (patch)
tree736d430cb44106a046c81cbd8e9d3b46e95cafe0 /system/language
parent083e3c8d39a4fb9f8ef37f61f0ea42ec3fe1389f (diff)
Fix a lang key typo
Diffstat (limited to 'system/language')
-rw-r--r--system/language/english/db_lang.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/language/english/db_lang.php b/system/language/english/db_lang.php
index 180bd4a0e..50ce6bbd6 100644
--- a/system/language/english/db_lang.php
+++ b/system/language/english/db_lang.php
@@ -41,8 +41,8 @@ $lang['db_field_param_missing'] = 'To fetch fields requires the name of the tabl
$lang['db_unsupported_function'] = 'This feature is not available for the database you are using.';
$lang['db_transaction_failure'] = 'Transaction failure: Rollback performed.';
$lang['db_unable_to_drop'] = 'Unable to drop the specified database.';
-$lang['db_unsuported_feature'] = 'Unsupported feature of the database platform you are using.';
-$lang['db_unsuported_compression'] = 'The file compression format you chose is not supported by your server.';
+$lang['db_unsupported_feature'] = 'Unsupported feature of the database platform you are using.';
+$lang['db_unsupported_compression'] = 'The file compression format you chose is not supported by your server.';
$lang['db_filepath_error'] = 'Unable to write data to the file path you have submitted.';
$lang['db_invalid_cache_path'] = 'The cache path you submitted is not valid or writable.';
$lang['db_table_name_required'] = 'A table name is required for that operation.';