From 2d5b2a1feff0f50150d37ff06d94e71bf95dca45 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 22 Mar 2023 00:08:53 -0400 Subject: [PATCH] spelling: utilities Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/Util/Arrays.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Util/Arrays.php b/src/Util/Arrays.php index ae1b1b73ef..1d96be0512 100644 --- a/src/Util/Arrays.php +++ b/src/Util/Arrays.php @@ -30,7 +30,7 @@ class Arrays * Private constructor */ private function __construct() { - // Utitlities don't have instances + // Utilities don't have instances } /**