diff options
author | Tuncer Ayaz <[email protected]> | 2011-08-31 15:04:36 +0200 |
---|---|---|
committer | Tuncer Ayaz <[email protected]> | 2011-09-15 00:12:09 +0200 |
commit | 90f703bafc69bf2446db718fd681c26c2bef7f10 (patch) | |
tree | 49ccb238b43a7608414de4c6b65e164dcc687955 /lib/inets/doc/src/mod_auth.xml | |
parent | e17a38aa65a865e36accf1ab68ca369275d9f71c (diff) | |
download | otp-90f703bafc69bf2446db718fd681c26c2bef7f10.tar.gz otp-90f703bafc69bf2446db718fd681c26c2bef7f10.tar.bz2 otp-90f703bafc69bf2446db718fd681c26c2bef7f10.zip |
Fix misspelling of successful
Diffstat (limited to 'lib/inets/doc/src/mod_auth.xml')
-rw-r--r-- | lib/inets/doc/src/mod_auth.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/inets/doc/src/mod_auth.xml b/lib/inets/doc/src/mod_auth.xml index 42c49e9c35..2134ebeeae 100644 --- a/lib/inets/doc/src/mod_auth.xml +++ b/lib/inets/doc/src/mod_auth.xml @@ -80,7 +80,7 @@ <marker id="delete_user"></marker> <p><c>delete_user/2, delete_user/3</c> and <c>delete_user/4</c> deletes a user - from the user database. If the operation is succesfull, this + from the user database. If the operation is successful, this function returns <c>true</c>. If an error occurs, <c>{error,Reason}</c> is returned. When <c>delete_user/2</c> is called the Port and Dir options are mandatory.</p> |