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:
Diffstat (limited to 'libraries/gis/pma_gis_polygon.php')
-rw-r--r--libraries/gis/pma_gis_polygon.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/gis/pma_gis_polygon.php b/libraries/gis/pma_gis_polygon.php
index b8594aa287..035eeca941 100644
--- a/libraries/gis/pma_gis_polygon.php
+++ b/libraries/gis/pma_gis_polygon.php
@@ -2,7 +2,7 @@
/**
* Handles the visualization of GIS POLYGON objects.
*
- * @package phpMyAdmin-GIS
+ * @package PhpMyAdmin-GIS
*/
class PMA_GIS_Polygon extends PMA_GIS_Geometry
{