diff --git a/mod_http_upload/README.txt b/mod_http_upload/README.txt index ad7d2d0..334e71b 100644 --- a/mod_http_upload/README.txt +++ b/mod_http_upload/README.txt @@ -193,8 +193,8 @@ The configurable mod_http_upload_quota options are: This option defines which access rule is used to specify the "soft quota" for the matching JIDs. That rule must yield a positive number of megabytes for any JID that is supposed to have a quota limit. It is - recommended to make sure the soft quota will be smaller than the hard quota. - See the description of the 'access_hard_quota' option for details. + recommended to make sure the soft quota will be smaller than the hard + quota. See the description of the 'access_hard_quota' option for details. NOTE: It's not necessary to specify the 'access_hard_quota' and 'access_soft_quota' options in order to use the quota feature. You can diff --git a/mod_http_upload/src/mod_http_upload_quota.erl b/mod_http_upload/src/mod_http_upload_quota.erl index b35c802..1b7828a 100644 --- a/mod_http_upload/src/mod_http_upload_quota.erl +++ b/mod_http_upload/src/mod_http_upload_quota.erl @@ -228,7 +228,7 @@ code_change(_OldVsn, #state{server_host = ServerHost} = State, _Extra) -> {ok, State}. %%-------------------------------------------------------------------- -%% ejabberd_hooks callbacks. +%% ejabberd_hooks callback. %%-------------------------------------------------------------------- -spec handle_slot_request(term(), jid(), binary(), non_neg_integer(), binary())