From 7992eeb5d4757e8359abab4022a0b2de37e245fa Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Sun, 16 Sep 2007 14:27:27 +0000 Subject: [PATCH] mlanthaler: Fixed typo in docBlock (merged from branches/gsoc) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@42070 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- security/Security.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/security/Security.php b/security/Security.php index 42da5c129..c75ad8b8f 100644 --- a/security/Security.php +++ b/security/Security.php @@ -594,9 +594,9 @@ class Security extends Controller { * needed, the method will automatically create a * random salt that will then be returned as return * value. - * @pram strin $algorithm Optional: Use another algorithm to encrypt the - * password (so that the encryption algorithm can - * be changed over the time). + * @param string $algorithm Optional: Use another algorithm to encrypt the + * password (so that the encryption algorithm can + * be changed over the time). * @return mixed Returns an associative array containing the encrypted * password and the used salt in the form * array('encrypted_password' => string, 'salt' =>