From 698d4767f07d62b730a6337ab809e6ca84e6490e Mon Sep 17 00:00:00 2001 From: David Tajchreber Date: Wed, 20 Apr 2011 03:39:00 +0000 Subject: [PATCH] Fixed #54573 - changed the word then to the word than git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@310373 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mcrypt/functions/mcrypt-generic.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/mcrypt/functions/mcrypt-generic.xml b/reference/mcrypt/functions/mcrypt-generic.xml index 1d3275dafa..91cfbf046b 100644 --- a/reference/mcrypt/functions/mcrypt-generic.xml +++ b/reference/mcrypt/functions/mcrypt-generic.xml @@ -17,7 +17,7 @@ This function encrypts data. The data is padded with "\0" to make sure the length of the data is n * blocksize. This function returns the encrypted data. Note that the length - of the returned string can in fact be longer then the input, + of the returned string can in fact be longer than the input, due to the padding of the data.