]> git.mxchange.org Git - friendica.git/blobdiff - tests/Util/Intercept.php
Merge pull request #12928 from jsoref/spelling
[friendica.git] / tests / Util / Intercept.php
index ba4748dc0fdb41d1bf7fe1e793917e59c1fa06c8..27b558fc5e0a109667d1da07250f4abdf34b9c31 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -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