summaryrefslogtreecommitdiff
path: root/ext/gd/tests/imagecolorstotal_basic.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/gd/tests/imagecolorstotal_basic.phpt')
-rw-r--r--ext/gd/tests/imagecolorstotal_basic.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/gd/tests/imagecolorstotal_basic.phpt b/ext/gd/tests/imagecolorstotal_basic.phpt
index 32e4f8a721..32c175664f 100644
--- a/ext/gd/tests/imagecolorstotal_basic.phpt
+++ b/ext/gd/tests/imagecolorstotal_basic.phpt
@@ -19,7 +19,7 @@ if(!function_exists('imagecolorstotal') || !function_exists('imagecreatefromgif'
echo "*** Testing imagecolorstotal() : basic functionality ***\n";
-// Get an image
+// Get an image
$gif = dirname(__FILE__)."/php.gif";
$im = imagecreatefromgif($gif);