Skip to content

Commit 32f1143

Browse files
committed
minor #11814 [Security] fixing typo in a comment (xabbuh)
This PR was merged into the 2.3 branch. Discussion ---------- [Security] fixing typo in a comment | Q | A | ------------- | --- | Fixed tickets | | License | MIT As reported [here](https://github.com/symfony/symfony/pull/11574/files#r16934052). Commits ------- faefd66 fixing typo in a comment
2 parents 2aed56f + faefd66 commit 32f1143

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Security/Core/Util/StringUtils.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public static function equals($knownString, $userInput)
3838
$knownLen = strlen($knownString);
3939
$userLen = strlen($userInput);
4040

41-
// Extend know string to avoid uninitialized string offsets
41+
// Extend the known string to avoid uninitialized string offsets
4242
$knownString .= $userInput;
4343

4444
// Set the result to the difference between the lengths

0 commit comments

Comments
 (0)