Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
samdark committed Feb 9, 2015
1 parent 2dc5c79 commit e6323df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/utils/CPasswordHelper.php
Expand Up @@ -15,7 +15,7 @@
* environments through the PHP {@link http://php.net/manual/en/function.crypt.php crypt()}
* built-in function. As of Dec 2012 it is the strongest algorithm available in PHP
* and the only algorithm without some security concerns surrounding it. For this reason,
* CPasswordHelper fails when run in and environment that does not have
* CPasswordHelper fails when run in an environment that does not have
* crypt() with its Blowfish option and $2y hash fix. Compatible system is:
*
* (1) Most *nix systems since PHP 4 (the algorithm is part of the library function crypt(3));
Expand Down

0 comments on commit e6323df

Please sign in to comment.