diff --git a/js/pmd/history.js b/js/pmd/history.js index 310f0e590f..3df474664e 100644 --- a/js/pmd/history.js +++ b/js/pmd/history.js @@ -545,7 +545,7 @@ function query_from() quer = temp; tab_used.push(temp); // if master table (key2) matches with tab used get all keys and check if tab_left matches - //after this check if master table (key2) matches with tab left then check if any foriegn matches with master . + // after this check if master table (key2) matches with tab left then check if any foreign matches with master . for (i =0; i<2 ; i++) { for (K in contr) { for (key in contr[K]) {// contr name diff --git a/libraries/DisplayResults.class.php b/libraries/DisplayResults.class.php index dbc367930e..6a399c56f1 100644 --- a/libraries/DisplayResults.class.php +++ b/libraries/DisplayResults.class.php @@ -4584,7 +4584,7 @@ class PMA_DisplayResults $exist_rel = false; } else { // This method set the values for $map array - $this->_setParamForLinkForiegnKeyRelatedTables($map); + $this->_setParamForLinkForeignKeyRelatedTables($map); } // end if // end 2b @@ -4967,7 +4967,7 @@ class PMA_DisplayResults * * @see getTable() */ - private function _setParamForLinkForiegnKeyRelatedTables(&$map) + private function _setParamForLinkForeignKeyRelatedTables(&$map) { // To be able to later display a link to the related table, @@ -4997,7 +4997,7 @@ class PMA_DisplayResults } // end while } // end if - } // end of the '_setParamForLinkForiegnKeyRelatedTables()' function + } // end of the '_setParamForLinkForeignKeyRelatedTables()' function /** diff --git a/libraries/insert_edit.lib.php b/libraries/insert_edit.lib.php index 5021b4a784..08eab62e0a 100644 --- a/libraries/insert_edit.lib.php +++ b/libraries/insert_edit.lib.php @@ -1977,7 +1977,7 @@ function PMA_getWarningMessages() * table or optionally a given column in a table * @param string $relation_field relation field * - * @return string $dispval display value from the foriegn table + * @return string $dispval display value from the foreign table */ function PMA_getDisplayValueForForeignTableColumn($where_comparison, $relation_field_value, $map, $relation_field @@ -2010,7 +2010,7 @@ function PMA_getDisplayValueForForeignTableColumn($where_comparison, * table or optionally a given column in a table * @param string $relation_field relation field * @param string $where_comparison string that contain relation field value - * @param string $dispval display value from the foriegn table + * @param string $dispval display value from the foreign table * @param string $relation_field_value relation field value * * @return string $output HTML tag