diff options
Diffstat (limited to 'includes/password.inc')
-rw-r--r-- | includes/password.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/password.inc b/includes/password.inc index d4f5f738a..3d5a400d2 100644 --- a/includes/password.inc +++ b/includes/password.inc @@ -43,7 +43,7 @@ function _password_itoa64() { } /** - * Encode bytes into printable base 64 using the *nix standard from crypt(). + * Encodes bytes into printable base 64 using the *nix standard from crypt(). * * @param $input * The string containing bytes to encode. |