Skip to content
This repository was archived by the owner on May 31, 2024. It is now read-only.

Commit 329bf0c

Browse files
committed
fixing typo in a comment
1 parent c5654d8 commit 329bf0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)