diff --git a/r2/r2/lib/utils/utils.py b/r2/r2/lib/utils/utils.py index fb61fead4..41b2f5a25 100644 --- a/r2/r2/lib/utils/utils.py +++ b/r2/r2/lib/utils/utils.py @@ -1360,7 +1360,7 @@ def constant_time_compare(actual, expected): """ Returns True if the two strings are equal, False otherwise - The time taken is dependent on the number of charaters provided + The time taken is dependent on the number of characters provided instead of the number of characters that match. """ actual_len = len(actual)