summaryrefslogtreecommitdiff
path: root/ext/gd/tests/imagegammacorrect_error4.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/gd/tests/imagegammacorrect_error4.phpt')
-rw-r--r--ext/gd/tests/imagegammacorrect_error4.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/gd/tests/imagegammacorrect_error4.phpt b/ext/gd/tests/imagegammacorrect_error4.phpt
index e7ff6b4528..d2546fd41c 100644
--- a/ext/gd/tests/imagegammacorrect_error4.phpt
+++ b/ext/gd/tests/imagegammacorrect_error4.phpt
@@ -1,10 +1,10 @@
--TEST--
-Testing error with non-double second paramenter of imagegammacorrect() of GD library,
+Testing error with non-double second paramenter of imagegammacorrect() of GD library,
--CREDITS--
Rafael Dohms <rdohms [at] gmail [dot] com>
#testfest PHPSP on 2009-06-20
--SKIPIF--
-<?php
+<?php
if (!extension_loaded("gd")) die("skip GD not present");
?>
--FILE--