From f742b6fa6845b725b97692b96f6a4d89f06dead5 Mon Sep 17 00:00:00 2001
From: Jennifer Hodgdon <yahgrp@poplarware.com>
Date: Fri, 13 Jun 2014 15:02:59 -0700
Subject: [PATCH] Issue #2284883 by AohRveTPV: Fix typo in code comment in
 PhpassHashedPassword class

---
 core/lib/Drupal/Core/Password/PhpassHashedPassword.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/core/lib/Drupal/Core/Password/PhpassHashedPassword.php b/core/lib/Drupal/Core/Password/PhpassHashedPassword.php
index 0f943a450de6..b047a8df4080 100644
--- a/core/lib/Drupal/Core/Password/PhpassHashedPassword.php
+++ b/core/lib/Drupal/Core/Password/PhpassHashedPassword.php
@@ -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;
     }
-- 
GitLab