Skip to content
Snippets Groups Projects
Commit f742b6fa authored by Jennifer Hodgdon's avatar Jennifer Hodgdon
Browse files

Issue #2284883 by AohRveTPV: Fix typo in code comment in PhpassHashedPassword class

parent a735308c
No related branches found
No related tags found
No related merge requests found
......@@ -166,8 +166,8 @@ protected function crypt($algo, $password, $setting) {
}
$count_log2 = $this->getCountLog2($setting);
// Stored hashes may have been crypted with any iteration count. However we
// do not allow applying the algorithm for unreasonable low and heigh
// values respectively.
// do not allow applying the algorithm for unreasonable low and high values
// respectively.
if ($count_log2 != $this->enforceLog2Boundaries($count_log2)) {
return FALSE;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment