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
This commit is contained in:
David Tajchreber 2011-04-20 03:39:00 +00:00
parent 44a639a211
commit 698d4767f0

View file

@ -17,7 +17,7 @@
This function encrypts data. The data is padded with "<literal>\0</literal>"
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.
</para>
<para>