[ticket/9297] Fix typo in localhost.

PHPBB3-9297
This commit is contained in:
Andreas Fischer 2011-08-14 20:55:21 +02:00
parent a7e709d920
commit 702985c927

View file

@ -58,6 +58,6 @@ class phpbb_ftp_fsock_pasv_epsv_test extends phpbb_test_case
protected function get_object($hostname) protected function get_object($hostname)
{ {
return new ftp_fsock($hostname, 'anonymous', 'anonymous@localost.tld', '/'); return new ftp_fsock($hostname, 'anonymous', 'anonymous@localhost.tld', '/');
} }
} }