diff options
author | Marcus Arendt <[email protected]> | 2014-08-28 10:25:11 +0200 |
---|---|---|
committer | Marcus Arendt <[email protected]> | 2014-08-28 10:25:11 +0200 |
commit | f5b36fc72e1ac37d00f82b7651b7ca06a628097f (patch) | |
tree | fbc4a36d985017ea8c585ac97af97ce054a1eadf /lib/kernel | |
parent | dca659f2f5f07b70a18d3e3a1ec0967f3933415e (diff) | |
parent | 63d7fbe5cdf2b714500467b771a237e9ec11aaa8 (diff) | |
download | otp-f5b36fc72e1ac37d00f82b7651b7ca06a628097f.tar.gz otp-f5b36fc72e1ac37d00f82b7651b7ca06a628097f.tar.bz2 otp-f5b36fc72e1ac37d00f82b7651b7ca06a628097f.zip |
Merge branch 'tuncer/misspelled-another' into maint
* tuncer/misspelled-another:
Fix misspellings of 'another'
Diffstat (limited to 'lib/kernel')
-rw-r--r-- | lib/kernel/test/gen_tcp_misc_SUITE.erl | 2 |
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, []), |