Crypt_base: Typo

This commit is contained in:
Hans-Jürgen Petrich 2013-06-26 11:55:19 +07:00
parent 89ea2da86b
commit af1700a025

View File

@ -1478,7 +1478,7 @@ class Crypt_Base {
*
* Note: - _setupInlineCrypt() is using _createInlineCryptFunction() to create the full callback function code.
* - In case of using inline crypting, _setupInlineCrypt() must extend by the child Crypt_* class.
* - The following variable names are reversed:
* - The following variable names are reserved:
* - $_* (all variable names prefixed with an underscore)
* - $self (object reference to it self. Do not use $this, but $self instead)
* - $in (the content of $in has to en/decrypt by the generated code)