spelling: formatter

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2023-03-21 23:17:51 -04:00
parent 532403ad15
commit 044bc8ddac
2 changed files with 7 additions and 7 deletions

View file

@ -26,9 +26,9 @@ use Friendica\Util\ACLFormatter;
use PHPUnit\Framework\TestCase;
/**
* ACLFormater utility testing class
* ACLFormatter utility testing class
*/
class ACLFormaterTest extends TestCase
class ACLFormatterTest extends TestCase
{
public function assertAcl($text, array $assert = [])
{