From b7811f74234d4e99c086db42092924d087a8997d Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 22 Mar 2023 00:07:55 -0400 Subject: [PATCH] spelling: outputting Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- tests/Util/Intercept.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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