From 10c9132fdf510d6f8f1ebca9cc9677abfed1d364 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Thu, 21 Jun 2012 06:26:59 -0400 Subject: [PATCH] Typos --- libraries/DisplayResults.class.php | 16 ++++++++-------- libraries/gis_visualization.lib.php | 2 +- libraries/insert_edit.lib.php | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/libraries/DisplayResults.class.php b/libraries/DisplayResults.class.php index 0061047fb2..4e86431c1b 100644 --- a/libraries/DisplayResults.class.php +++ b/libraries/DisplayResults.class.php @@ -4576,7 +4576,7 @@ class PMA_DisplayResults * @param string $default_function default function * @param string $nowrap 'nowrap' if the content should not be * wrapped - * @param string $where_comparison data for the where cluase + * @param string $where_comparison data for the where clause * @param array $transform_options array of options for transformation * @param bool $is_field_truncated whether the field is truncated * @@ -4747,8 +4747,8 @@ class PMA_DisplayResults * @param array $is_display array with explicit indexes for all * the display elements * @param string $row_no the row number - * @param string $where_clause_html url encoded where cluase - * @param array $condition_array array of conditions in the where cluase + * @param string $where_clause_html url encoded where clause + * @param array $condition_array array of conditions in the where clause * @param string $del_query delete query * @param string $id_suffix suffix for the id * @param string $class css classes for the td element @@ -4799,8 +4799,8 @@ class PMA_DisplayResults * @param string $edit_url edit url * @param string $class css classes for td element * @param string $edit_str text for the edit link - * @param string $where_clause where cluase - * @param string $where_clause_html url encoded where cluase + * @param string $where_clause where clause + * @param string $where_clause_html url encoded where clause * * @return string the generated HTML * @@ -4839,7 +4839,7 @@ class PMA_DisplayResults * @param string $copy_url copy url * @param string $copy_str text for the copy link * @param string $where_clause where clause - * @param string $where_clause_html url encoded where cluase + * @param string $where_clause_html url encoded where clause * @param string $class css classes for the td element * * @return string the generated HTML @@ -4924,8 +4924,8 @@ class PMA_DisplayResults * display elements * @param string $row_no row number * @param string $where_clause where clause - * @param string $where_clause_html url encoded where cluase - * @param array $condition_array array of conditions in the where cluase + * @param string $where_clause_html url encoded where clause + * @param array $condition_array array of conditions in the where clause * @param string $del_query delete query * @param string $id_suffix suffix for the id * @param string $edit_url edit url diff --git a/libraries/gis_visualization.lib.php b/libraries/gis_visualization.lib.php index 9ec6cf19c1..63ad18814d 100644 --- a/libraries/gis_visualization.lib.php +++ b/libraries/gis_visualization.lib.php @@ -73,7 +73,7 @@ function PMA_GIS_modifyQuery($sql_query, $visualizationSettings) } } } - // If select cluase is * + // If select clause is * } else { // If label column is chosen add it to the query if (isset($visualizationSettings['labelColumn']) diff --git a/libraries/insert_edit.lib.php b/libraries/insert_edit.lib.php index 25531f825c..256afd485f 100644 --- a/libraries/insert_edit.lib.php +++ b/libraries/insert_edit.lib.php @@ -91,7 +91,7 @@ function PMA_getWhereClauseArray($where_clause) } /** - * Analysing where cluases array + * Analysing where clauses array * * @param array $where_clause_array array of where clauses * @param string $table name of the table