aboutsummaryrefslogtreecommitdiffstats
path: root/lib/kernel/test/gen_tcp_misc_SUITE.erl
diff options
context:
space:
mode:
authorTuncer Ayaz <[email protected]>2014-08-24 19:05:02 +0200
committerTuncer Ayaz <[email protected]>2014-08-25 13:18:52 +0200
commit63d7fbe5cdf2b714500467b771a237e9ec11aaa8 (patch)
tree6ae3a835427e36c7773f4d34841fe5df53d3672a /lib/kernel/test/gen_tcp_misc_SUITE.erl
parentcffe162d9ddce58b2aaf71a102f3b6c6738a2029 (diff)
downloadotp-63d7fbe5cdf2b714500467b771a237e9ec11aaa8.tar.gz
otp-63d7fbe5cdf2b714500467b771a237e9ec11aaa8.tar.bz2
otp-63d7fbe5cdf2b714500467b771a237e9ec11aaa8.zip
Fix misspellings of 'another'
Diffstat (limited to 'lib/kernel/test/gen_tcp_misc_SUITE.erl')
-rw-r--r--lib/kernel/test/gen_tcp_misc_SUITE.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kernel/test/gen_tcp_misc_SUITE.erl b/lib/kernel/test/gen_tcp_misc_SUITE.erl
index 2df4bf7c95..4e4aeb67e2 100644
--- a/lib/kernel/test/gen_tcp_misc_SUITE.erl
+++ b/lib/kernel/test/gen_tcp_misc_SUITE.erl
@@ -882,7 +882,7 @@ passive_sockets_server_send(Socket, X) ->
accept_closed_by_other_process(doc) ->
["Tests the return value from gen_tcp:accept when ",
- "the socket is closed from an other process. (OTP-3817)"];
+ "the socket is closed from another process. (OTP-3817)"];
accept_closed_by_other_process(Config) when is_list(Config) ->
?line Parent = self(),
?line {ok, ListenSocket} = gen_tcp:listen(0, []),