test: testIpAddress typo fix

This commit is contained in:
Sebastian Pucilowski 2025-01-13 20:15:34 +11:00 committed by Franco Fichtner
parent e8f6a825b7
commit e58197e5a5

View File

@ -130,7 +130,7 @@ class HostnameFieldTest extends Field_Framework_TestCase
}
}
public function testIpAdress()
public function testIpAddress()
{
$field = new HostnameField();
$field->setIpAllowed("N");