]> git.mxchange.org Git - friendica.git/commitdiff
spelling: outputting
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Wed, 22 Mar 2023 04:07:55 +0000 (00:07 -0400)
committerJosh Soref <2119212+jsoref@users.noreply.github.com>
Sun, 26 Mar 2023 20:14:16 +0000 (16:14 -0400)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
tests/Util/Intercept.php

index 9a037cfd7bd899e0fbb8254dc58a99a5e77d4bc0..27b558fc5e0a109667d1da07250f4abdf34b9c31 100644 (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