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>2012-01-07 18:03:59 +0400
committerMarc Delisle <marc@infomarc.info>2012-01-07 18:03:59 +0400
commit4a48e5d82541e4e5420d71da9605c2923d2fe3c7 (patch)
tree3ed8b10b2b1a4d1947088a4b764640fe3cb2f7b9 /gis_data_editor.php
parentd7f4b8a8d926eb4722ff1bbf4502762a4a7b0c5d (diff)
Typo
Diffstat (limited to 'gis_data_editor.php')
-rw-r--r--gis_data_editor.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/gis_data_editor.php b/gis_data_editor.php
index d9db06f004..6fb2436bb6 100644
--- a/gis_data_editor.php
+++ b/gis_data_editor.php
@@ -51,7 +51,7 @@ $wkt = $gis_obj->generateWkt($gis_data, 0);
$wkt_with_zero = $gis_obj->generateWkt($gis_data, 0, '0');
$result = "'" . $wkt . "'," . $srid;
-// Gererate PNG or SVG based visualization
+// Generate PNG or SVG based visualization
$format = (PMA_USR_BROWSER_AGENT == 'IE' && PMA_USR_BROWSER_VER <= 8) ? 'png' : 'svg';
$visualizationSettings = array('width' => 450, 'height' => 300, 'spatialColumn' => 'wkt');
$data = array(array('wkt' => $wkt_with_zero, 'srid' => $srid));