spelling: outputting

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2023-03-22 00:07:55 -04:00
parent bada3b09f3
commit b7811f7423
1 changed files with 1 additions and 1 deletions

View File

@ -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