diff options
author | Anders Svensson <[email protected]> | 2019-01-15 12:21:23 +0100 |
---|---|---|
committer | Anders Svensson <[email protected]> | 2019-03-06 10:44:32 +0100 |
commit | 9589d10c491f2660995a8424c21d6d72a198c315 (patch) | |
tree | 4a328dc37e52c68ef889e737769113e42f71b7f3 /lib/diameter | |
parent | 377f19f25aeec6939a6728bd0c4910086c22ccdc (diff) | |
download | otp-9589d10c491f2660995a8424c21d6d72a198c315.tar.gz otp-9589d10c491f2660995a8424c21d6d72a198c315.tar.bz2 otp-9589d10c491f2660995a8424c21d6d72a198c315.zip |
Fix comment typo
Diffstat (limited to 'lib/diameter')
-rw-r--r-- | lib/diameter/src/base/diameter_callback.erl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/diameter/src/base/diameter_callback.erl b/lib/diameter/src/base/diameter_callback.erl index d04a416bef..3bcf550cd8 100644 --- a/lib/diameter/src/base/diameter_callback.erl +++ b/lib/diameter/src/base/diameter_callback.erl @@ -1,7 +1,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 2010-2017. All Rights Reserved. +%% Copyright Ericsson AB 2010-2019. 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. @@ -70,7 +70,7 @@ -module(diameter_callback). -%% Default callbacks when no aleternate is specified. +%% Default callbacks when no alternate is specified. -export([peer_up/3, peer_down/3, pick_peer/4, |