From 57f77f41248bf66f49331aa8fcbaa2ffb794b4db Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 21 Mar 2023 23:17:18 -0400 Subject: [PATCH] spelling: correct Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- tests/src/Util/StringsTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/src/Util/StringsTest.php b/tests/src/Util/StringsTest.php index ae17920e0..f87226700 100644 --- a/tests/src/Util/StringsTest.php +++ b/tests/src/Util/StringsTest.php @@ -63,7 +63,7 @@ class StringsTest extends TestCase /** * try to fail it with invalid input * - * @todo What's corect behaviour here? An exception? + * @todo What's correct behaviour here? An exception? */ public function testRandomNameNegativeLength() {