diff --git a/templates/misc/configfiles/debian_wheezy/pure-ftpd/etc_pure-ftpd_db_mysql.conf b/templates/misc/configfiles/debian_wheezy/pure-ftpd/etc_pure-ftpd_db_mysql.conf index 1bec9a0b..916ad0ba 100644 --- a/templates/misc/configfiles/debian_wheezy/pure-ftpd/etc_pure-ftpd_db_mysql.conf +++ b/templates/misc/configfiles/debian_wheezy/pure-ftpd/etc_pure-ftpd_db_mysql.conf @@ -123,7 +123,7 @@ MySQLGetQTASZ SELECT panel_customers.diskspace/1024 AS QuotaSize FROM panel_cus # If you're using a transactionnal storage engine, you can enable SQL # transactions to avoid races. Leave this commented if you are using the -# traditionnal MyIsam engine. +# traditional MyIsam engine. # MySQLTransactions On diff --git a/webftp.php b/webftp.php index 97d9ced3..89ceb561 100644 --- a/webftp.php +++ b/webftp.php @@ -491,7 +491,7 @@ if (isset($_GET['logoff']) || isset($_POST['logoff'])) { $errormessage = sprintf(_('File \'%1$s\' couldn\'t be saved!') . "\n", $file); } else { - $successmessage = sprintf(_('File \'%1$s\' was saved succesfully!') . "\n", $file); + $successmessage = sprintf(_('File \'%1$s\' was saved successfully!') . "\n", $file); } unlink($downloadDir . killslashes(html_entity_decode($file))."_".$s); }