From da34800728d2d0a288ad8f8a11259ded6c13b628 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Mon, 20 Mar 2023 23:10:15 -0400 Subject: [PATCH] spelling: into Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/Util/Strings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Util/Strings.php b/src/Util/Strings.php index 2405fbabab..7b329151a1 100644 --- a/src/Util/Strings.php +++ b/src/Util/Strings.php @@ -532,7 +532,7 @@ class Strings } /** - * This function converts a PHP's shorhand notation string for file sizes in to an integer number of total bytes. + * This function converts a PHP's shorhand notation string for file sizes into an integer number of total bytes. * For example: The string for shorthand notation of '2M' (which is 2,097,152 Bytes) is converted to 2097152 * @see https://www.php.net/manual/en/faq.using.php#faq.using.shorthandbytes * @param string $shorthand