From 544831fda75bfb7b075c09b87d020fd121a9b33d Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Tue, 1 Jul 2008 19:21:28 +0000 Subject: [PATCH] patch #2007196, Typos in comments, thanks to knittl - knittl --- ChangeLog | 1 + libraries/Config.class.php | 10 +++++----- libraries/List.class.php | 2 +- libraries/List_Database.class.php | 4 ++-- libraries/Table.class.php | 15 ++++++++------- libraries/Theme.class.php | 8 ++++---- libraries/Theme_Manager.class.php | 6 +++--- libraries/auth/cookie.auth.lib.php | 4 ++-- libraries/charset_conversion.lib.php | 2 +- libraries/common.inc.php | 4 ++-- libraries/common.lib.php | 4 ++-- libraries/core.lib.php | 6 +++--- libraries/database_interface.lib.php | 6 +++--- libraries/dbg/setup.php | 2 +- libraries/export/pdf.php | 4 ++-- libraries/footer.inc.php | 2 +- libraries/grab_globals.lib.php | 2 +- libraries/relation.lib.php | 2 +- libraries/select_lang.lib.php | 20 ++++++++++---------- libraries/sqlparser.lib.php | 2 +- navigation.php | 2 +- pdf_schema.php | 2 +- 22 files changed, 56 insertions(+), 54 deletions(-) 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) . '