aboutsummaryrefslogtreecommitdiffstats
path: root/tests/network
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2011-08-14 20:55:21 +0200
committerAndreas Fischer <bantu@phpbb.com>2011-08-14 20:55:21 +0200
commit702985c9279eb9b4704deb9e4356fe37e60b68a2 (patch)
tree60f927213b2549f28800d9ebeb878983d7092075 /tests/network
parenta7e709d92092de1eb9b0e35f45f1679ee10ce39b (diff)
downloadforums-702985c9279eb9b4704deb9e4356fe37e60b68a2.tar
forums-702985c9279eb9b4704deb9e4356fe37e60b68a2.tar.gz
forums-702985c9279eb9b4704deb9e4356fe37e60b68a2.tar.bz2
forums-702985c9279eb9b4704deb9e4356fe37e60b68a2.tar.xz
forums-702985c9279eb9b4704deb9e4356fe37e60b68a2.zip
[ticket/9297] Fix typo in localhost.
PHPBB3-9297
Diffstat (limited to 'tests/network')
-rw-r--r--tests/network/ftp_fsock_pasv_epsv_test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/network/ftp_fsock_pasv_epsv_test.php b/tests/network/ftp_fsock_pasv_epsv_test.php
index af45fc2d61..110bd702a5 100644
--- a/tests/network/ftp_fsock_pasv_epsv_test.php
+++ b/tests/network/ftp_fsock_pasv_epsv_test.php
@@ -58,6 +58,6 @@ class phpbb_ftp_fsock_pasv_epsv_test extends phpbb_test_case
protected function get_object($hostname)
{
- return new ftp_fsock($hostname, 'anonymous', 'anonymous@localost.tld', '/');
+ return new ftp_fsock($hostname, 'anonymous', 'anonymous@localhost.tld', '/');
}
}