From e8486cc37415a6db5f949d687a2f62e7f3bd3235 Mon Sep 17 00:00:00 2001 From: Pierrick Charron Date: Sun, 3 Apr 2011 21:46:52 +0000 Subject: Fix common typos in the source code (Reported in Bug #54065) # External libraries were excluded # Thanks eitan at eitanadler dot com for the first patch :) --- ext/imap/php_imap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/imap/php_imap.c') diff --git a/ext/imap/php_imap.c b/ext/imap/php_imap.c index 01c016b6ec..b68f0ce5a6 100644 --- a/ext/imap/php_imap.c +++ b/ext/imap/php_imap.c @@ -4299,7 +4299,7 @@ PHP_FUNCTION(imap_mime_header_decode) charset_token = offset; } /* Return the rest of the data as unencoded, as it was either unencoded or was missing separators - which rendered the the remainder of the string impossible for us to decode. */ + which rendered the remainder of the string impossible for us to decode. */ memcpy(text, &string[charset_token], end - charset_token); /* Extract unencoded text from string */ text[end - charset_token] = 0x00; MAKE_STD_ZVAL(myobject); -- cgit v1.2.1