Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Delisle <marc@infomarc.info>2013-06-02 17:16:31 +0400
committerMarc Delisle <marc@infomarc.info>2013-06-02 17:16:31 +0400
commit254ecc3094d95d09aaeb528fa601e11a67c7e8bf (patch)
treeae95faee9a70f23adb407e3d2cfce9d82d7dbac6 /js/tbl_select.js
parent7dffcc8f8e203c8443aa8393504a7b154b86d620 (diff)
Fix typo
Diffstat (limited to 'js/tbl_select.js')
-rw-r--r--js/tbl_select.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tbl_select.js b/js/tbl_select.js
index 620155a7b9..e8a13ecb7d 100644
--- a/js/tbl_select.js
+++ b/js/tbl_select.js
@@ -173,7 +173,7 @@ AJAX.registerOnload('tbl_select.js', function() {
];
var outputGeomFunctions = binaryFunctions.concat(tempArray);
- // If the chosen function takes two geomerty objects as parameters
+ // If the chosen function takes two geometry objects as parameters
var $operator = $geomFuncSelector.parents('tr').find('td:nth-child(5)').find('select');
if ($.inArray($geomFuncSelector.val(), binaryFunctions) >= 0){
$operator.prop('readonly', true);