]> git.mxchange.org Git - friendica.git/blobdiff - tests/Util/Intercept.php
Escape message for notifications
[friendica.git] / 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