diff --git a/tests/Util/Intercept.php b/tests/Util/Intercept.php index 9a037cfd7..27b558fc5 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