diff options
author | Anders Svensson <[email protected]> | 2013-11-29 17:08:29 +0100 |
---|---|---|
committer | Anders Svensson <[email protected]> | 2013-11-29 17:38:25 +0100 |
commit | 6ddc5e7333ed60beca93a94d3ab0c302dcc472e2 (patch) | |
tree | c98fa91f0d32c5f96bcb14769005b832755e7ddc /lib/diameter/doc/src/diameter_app.xml | |
parent | f504f05e0843a94cd2a05411d0f322e206ebcb46 (diff) | |
download | otp-6ddc5e7333ed60beca93a94d3ab0c302dcc472e2.tar.gz otp-6ddc5e7333ed60beca93a94d3ab0c302dcc472e2.tar.bz2 otp-6ddc5e7333ed60beca93a94d3ab0c302dcc472e2.zip |
Fix documentation typos
Diffstat (limited to 'lib/diameter/doc/src/diameter_app.xml')
-rw-r--r-- | lib/diameter/doc/src/diameter_app.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/diameter/doc/src/diameter_app.xml b/lib/diameter/doc/src/diameter_app.xml index e6c9cc9a90..0b6839dcb2 100644 --- a/lib/diameter/doc/src/diameter_app.xml +++ b/lib/diameter/doc/src/diameter_app.xml @@ -308,7 +308,7 @@ The return value <c>{Peer, NewState}</c> is only allowed if the Diameter application in question was configured with the &mod_application_opt; <c>{call_mutates_state, true}</c>. Otherwise, the <c>State</c> argument is always -the intial value as configured on the application, not any subsequent +the initial value as configured on the application, not any subsequent value returned by a &peer_up; or &peer_down; callback.</p> </warning> @@ -565,7 +565,7 @@ Equivalent to</p> </pre> <p> where <c>Avps</c> sets the Origin-Host, Origin-Realm, the specified -Result-Code and (if the request contained one) Session-Id AVP's, and +Result-Code and (if the request contained one) Session-Id AVPs, and possibly Failed-AVP as described below.</p> <p> |