summaryrefslogtreecommitdiff
path: root/ext/imap/tests/imap_fetchheader_variation5.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/imap/tests/imap_fetchheader_variation5.phpt')
-rw-r--r--ext/imap/tests/imap_fetchheader_variation5.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/imap/tests/imap_fetchheader_variation5.phpt b/ext/imap/tests/imap_fetchheader_variation5.phpt
index d88edfd039..bdd6f6de60 100644
--- a/ext/imap/tests/imap_fetchheader_variation5.phpt
+++ b/ext/imap/tests/imap_fetchheader_variation5.phpt
@@ -7,12 +7,12 @@ require_once(dirname(__FILE__).'/skipif.inc');
--FILE--
<?php
/* Prototype : string imap_fetchheader(resource $stream_id, int $msg_no [, int $options])
- * Description: Get the full unfiltered header for a message
+ * Description: Get the full unfiltered header for a message
* Source code: ext/imap/php_imap.c
*/
/*
- * Pass different integers and strings as $msg_no argument
+ * Pass different integers and strings as $msg_no argument
* to test behaviour of imap_fetchheader()
*/