From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 22 Mar 2023 04:07:55 +0000 (-0400) Subject: spelling: outputting X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b7811f74234d4e99c086db42092924d087a8997d;p=friendica.git spelling: outputting Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- diff --git a/tests/Util/Intercept.php b/tests/Util/Intercept.php index 9a037cfd7b..27b558fc5e 100644 --- a/tests/Util/Intercept.php +++ b/tests/Util/Intercept.php @@ -24,7 +24,7 @@ namespace Friendica\Test\Util; use php_user_filter; /** - * Output Interceptor for STDOUT to prevent outputing to the console + * Output Interceptor for STDOUT to prevent outputting to the console * Instead the $cache variable will get filled with the output * * @package Friendica\Test\Util