From b065240c9ee8c3cf02466eff827c72972dc1600e Mon Sep 17 00:00:00 2001 From: b_b Date: Sun, 18 Oct 2015 19:55:31 +0200 Subject: [PATCH] fix typo in comment --- staticmap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/staticmap.php b/staticmap.php index 3d6149f..a9855e5 100644 --- a/staticmap.php +++ b/staticmap.php @@ -122,7 +122,7 @@ Class staticMapLite $this->lat = floatval($this->lat); $this->lon = floatval($this->lon); - // get zoom from GET paramter + // get size from GET paramter if ($_GET['size']) { list($this->width, $this->height) = explode('x', $_GET['size']); $this->width = intval($this->width);