diff --git a/ChangeLog b/ChangeLog
index 99d492a11..bac3e5fc8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -61,6 +61,7 @@ danbarry
see http://store.swekey.com/index.php?promo=pma
(todo: Documentation.html, improve code formatting)
+ rfe #1962383 [designer] Option to create a PDF page
+- patch #2007196, Typos in comments, thanks to knittl - knittl
2.11.8.0 (not yet released)
- patch #1987593 [interface] Table list pagination in navi,
diff --git a/libraries/Config.class.php b/libraries/Config.class.php
index 905746628..4a5c2ca64 100644
--- a/libraries/Config.class.php
+++ b/libraries/Config.class.php
@@ -55,7 +55,7 @@ class PMA_Config
var $default_server = array();
/**
- * @var boolean wether init is done or mot
+ * @var boolean whether init is done or not
* set this to false to force some initial checks
* like checking for required functions
*/
@@ -74,7 +74,7 @@ class PMA_Config
// PMA_Config::load()
$this->load($source);
- // other settings, independant from config file, comes in
+ // other settings, independent from config file, comes in
$this->checkSystem();
$this->checkIsHttps();
@@ -106,7 +106,7 @@ class PMA_Config
}
/**
- * wether to use gzip output compression or not
+ * whether to use gzip output compression or not
*/
function checkOutputCompression()
{
@@ -453,7 +453,7 @@ class PMA_Config
/**
* check config source
*
- * @return boolean wether source is valid or not
+ * @return boolean whether source is valid or not
*/
function checkConfigSource()
{
@@ -551,7 +551,7 @@ class PMA_Config
*/
function checkPmaAbsoluteUri()
{
- // Setup a default value to let the people and lazy syadmins work anyway,
+ // Setup a default value to let the people and lazy sysadmins work anyway,
// they'll get an error if the autodetect code doesn't work
$pma_absolute_uri = $this->get('PmaAbsoluteUri');
$is_https = $this->get('is_https');
diff --git a/libraries/List.class.php b/libraries/List.class.php
index 8f70c0c58..07b4f847b 100644
--- a/libraries/List.class.php
+++ b/libraries/List.class.php
@@ -53,7 +53,7 @@ abstract class PMA_List extends ArrayObject
/**
* checks if the given db names exists in the current list, if there is
- * missing at least one item it returns false other wise true
+ * missing at least one item it returns false otherwise true
*
* @uses PMA_List::$items to check for existence of specific item
* @uses func_get_args()
diff --git a/libraries/List_Database.class.php b/libraries/List_Database.class.php
index 0cf60574d..ddb141dad 100644
--- a/libraries/List_Database.class.php
+++ b/libraries/List_Database.class.php
@@ -349,7 +349,7 @@ require_once './libraries/List.class.php';
foreach ($this->getGroupedDetails($offset, $count) as $group => $dbs) {
if (count($dbs) > 1) {
$return .= '
' . htmlspecialchars($group) . '' . "\n";
- // wether display db_name cuted by the group part
+ // whether display db_name cut by the group part
$cut = true;
} else {
// .. or full
@@ -409,7 +409,7 @@ require_once './libraries/List.class.php';
if (count($dbs) > 1) {
$return .= '