diff options
author | Anders Svensson <[email protected]> | 2017-03-05 19:59:05 +0100 |
---|---|---|
committer | Anders Svensson <[email protected]> | 2017-06-11 16:30:34 +0200 |
commit | f91d47f08f853dc9442e60425e5dd301994c9ded (patch) | |
tree | 34bcc5acc175b78c6fc3135b002f3fc7eb12c45d | |
parent | 2d74fa618f3a34a5487f5de37c4f6e2870b58273 (diff) | |
download | otp-f91d47f08f853dc9442e60425e5dd301994c9ded.tar.gz otp-f91d47f08f853dc9442e60425e5dd301994c9ded.tar.bz2 otp-f91d47f08f853dc9442e60425e5dd301994c9ded.zip |
Correct comment typo
-rw-r--r-- | lib/diameter/test/diameter_capx_SUITE.erl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/diameter/test/diameter_capx_SUITE.erl b/lib/diameter/test/diameter_capx_SUITE.erl index ed6641b9fb..0d535b6642 100644 --- a/lib/diameter/test/diameter_capx_SUITE.erl +++ b/lib/diameter/test/diameter_capx_SUITE.erl @@ -1,7 +1,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 2010-2015. All Rights Reserved. +%% Copyright Ericsson AB 2010-2017. All Rights Reserved. %% %% Licensed under the Apache License, Version 2.0 (the "License"); %% you may not use this file except in compliance with the License. @@ -433,7 +433,7 @@ server_reject(Config, F, RC) -> ?fail({LRef, OH}) end. -%% cliient_closed/4 +%% client_closed/4 client_closed(Config, Host, F, RC) -> true = diameter:subscribe(?CLIENT), |