diff options
author | Anders Svensson <[email protected]> | 2017-04-15 21:03:09 +0200 |
---|---|---|
committer | Anders Svensson <[email protected]> | 2017-06-12 16:13:52 +0200 |
commit | 4f8f3e551f23cbdadcad5488c828f09bf832da33 (patch) | |
tree | 6324cfffc9b77e6bc45ff5037ae13f709a4d4229 /lib/diameter/include/diameter_gen.hrl | |
parent | 946cc275f79fb8b96039d7e6c0e49b3e822ecdd6 (diff) | |
download | otp-4f8f3e551f23cbdadcad5488c828f09bf832da33.tar.gz otp-4f8f3e551f23cbdadcad5488c828f09bf832da33.tar.bz2 otp-4f8f3e551f23cbdadcad5488c828f09bf832da33.zip |
Fix comment typos
Diffstat (limited to 'lib/diameter/include/diameter_gen.hrl')
-rw-r--r-- | lib/diameter/include/diameter_gen.hrl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/diameter/include/diameter_gen.hrl b/lib/diameter/include/diameter_gen.hrl index 611ad796a9..9a5ca8e09f 100644 --- a/lib/diameter/include/diameter_gen.hrl +++ b/lib/diameter/include/diameter_gen.hrl @@ -695,7 +695,7 @@ grouped_decode(_Name, {Error, Acc}) -> %% to the single offending AVP. This enables the recipient to detect %% the location of the offending AVP when embedded in a group. -%% An error in decoding a component AVP throws the first fauly +%% An error in decoding a component AVP throws the first faulty %% component, which the catch in d/3 wraps in the Grouped AVP in %% question. A partially decoded record is only used when ignoring %% errors in Failed-AVP. |