]> granicus.if.org Git - ejabberd/commitdiff
Fix typos using codespell
authorEvgeny Khramtsov <ekhramtsov@process-one.net>
Tue, 16 Jul 2019 19:07:39 +0000 (22:07 +0300)
committerEvgeny Khramtsov <ekhramtsov@process-one.net>
Tue, 16 Jul 2019 19:07:39 +0000 (22:07 +0300)
25 files changed:
include/pubsub.hrl
src/ejabberd_auth.erl
src/ejabberd_auth_external.erl
src/ejabberd_auth_jwt.erl
src/ejabberd_auth_ldap.erl
src/ejabberd_auth_mnesia.erl
src/ejabberd_auth_riak.erl
src/ejabberd_auth_sql.erl
src/ejabberd_commands.erl
src/ejabberd_config.erl
src/ejabberd_redis.erl
src/ejabberd_s2s.erl
src/ejabberd_tmp_sup.erl
src/ejabberd_web_admin.erl
src/gen_mod.erl
src/mod_http_fileserver.erl
src/mod_mqtt_session.erl
src/mod_muc.erl
src/mod_muc_admin.erl
src/mod_muc_room.erl
src/mod_privacy.erl
src/mod_pubsub.erl
src/node_flat.erl
src/nodetree_tree.erl
src/nodetree_tree_sql.erl

index 735cfc737b3488d39ee61ebd533525dc909db8b9..77a9458a66b4e89d1e67d2060ff79384d5f85da9 100644 (file)
@@ -58,7 +58,7 @@
 %% note: pos_integer() should always be used, but we allow anything else coded
 %% as binary, so one can have a custom implementation of nodetree with custom
 %% indexing (see nodetree_virtual). this also allows to use any kind of key for
-%% indexing nodes, as this can be usefull with external backends such as sql.
+%% indexing nodes, as this can be useful with external backends such as sql.
 
 -type(itemId() :: binary()).
 %% @type itemId() = string().
index f97a40264fb0f467d87a25a444628999dec2595a..357b0d7ae7e05a2ca6a2922a9ae3c6196b120b85 100644 (file)
@@ -1,7 +1,7 @@
 %%%----------------------------------------------------------------------
 %%% File    : ejabberd_auth.erl
 %%% Author  : Alexey Shchepin <alexey@process-one.net>
-%%% Purpose : Authentification
+%%% Purpose : Authentication
 %%% Created : 23 Nov 2002 by Alexey Shchepin <alexey@process-one.net>
 %%%
 %%%
index c5aac836a07518c9ac2dc95ae24a0d2e45271906..c57a6a2975a84a3b99a466eaa6d63dbbd0b947c9 100644 (file)
@@ -1,7 +1,7 @@
 %%%----------------------------------------------------------------------
 %%% File    : ejabberd_auth_external.erl
 %%% Author  : Alexey Shchepin <alexey@process-one.net>
-%%% Purpose : Authentification via LDAP external script
+%%% Purpose : Authentication via LDAP external script
 %%% Created : 12 Dec 2004 by Alexey Shchepin <alexey@process-one.net>
 %%%
 %%%
index 696190e5c3b7227abbb117c70e01deab469f17a8..7b14835d2906c106209d46ca28566af721372dfa 100644 (file)
@@ -1,7 +1,7 @@
 %%%----------------------------------------------------------------------
 %%% File    : ejabberd_auth_jwt.erl
 %%% Author  : Mickael Remond <mremond@process-one.net>
-%%% Purpose : Authentification using JWT tokens
+%%% Purpose : Authentication using JWT tokens
 %%% Created : 16 Mar 2019 by Mickael Remond <mremond@process-one.net>
 %%%
 %%%
index 4dfebddcd767d6c30764b6b4c9884e46e9c57970..6966e32896d075ff4f5995f037358d3d46195fb6 100644 (file)
@@ -1,7 +1,7 @@
 %%%----------------------------------------------------------------------
 %%% File    : ejabberd_auth_ldap.erl
 %%% Author  : Alexey Shchepin <alexey@process-one.net>
-%%% Purpose : Authentification via LDAP
+%%% Purpose : Authentication via LDAP
 %%% Created : 12 Dec 2004 by Alexey Shchepin <alexey@process-one.net>
 %%%
 %%%
index efd6be19f958b0a6ae9081029e87286734e35312..8d4062346d9bdefb2273bc8aab80f51ca4d08b43 100644 (file)
@@ -1,7 +1,7 @@
 %%%----------------------------------------------------------------------
 %%% File    : ejabberd_auth_mnesia.erl
 %%% Author  : Alexey Shchepin <alexey@process-one.net>
-%%% Purpose : Authentification via mnesia
+%%% Purpose : Authentication via mnesia
 %%% Created : 12 Dec 2004 by Alexey Shchepin <alexey@process-one.net>
 %%%
 %%%
index 839bbc720a34b4600a547ed7c71934950d9c99af..6ae713da60ed6a81453cd52057d745c76873e748 100644 (file)
@@ -1,7 +1,7 @@
 %%%----------------------------------------------------------------------
 %%% File    : ejabberd_auth_riak.erl
 %%% Author  : Evgeniy Khramtsov <ekhramtsov@process-one.net>
-%%% Purpose : Authentification via Riak
+%%% Purpose : Authentication via Riak
 %%% Created : 12 Nov 2012 by Evgeniy Khramtsov <ekhramtsov@process-one.net>
 %%%
 %%%
index 413c6a02fb8e3d550584a77df3d551a9d09ced0b..ee1ccd75bf557e735ff6c521f2f5558c531678e4 100644 (file)
@@ -1,7 +1,7 @@
 %%%----------------------------------------------------------------------
 %%% File    : ejabberd_auth_sql.erl
 %%% Author  : Alexey Shchepin <alexey@process-one.net>
-%%% Purpose : Authentification via ODBC
+%%% Purpose : Authentication via ODBC
 %%% Created : 12 Dec 2004 by Alexey Shchepin <alexey@process-one.net>
 %%%
 %%%
index b3c3ef4d525eef5918d93663f0076de2d65e0bfa..08faff22e142ecb151a46a2d9110f187ec53a7ed 100644 (file)
 %%% command.
 
 %%% TODO: consider this feature:
-%%% All commands are catched. If an error happens, return the restuple:
+%%% All commands are caught. If an error happens, return the restuple:
 %%%   {error, flattened error string}
 %%% This means that ecomm call APIs (ejabberd_ctl, ejabberd_xmlrpc)
 %%% need to allows this. And ejabberd_xmlrpc must be prepared to
@@ -348,7 +348,7 @@ list_commands() ->
 -spec list_commands(integer()) -> [{atom(), [aterm()], string()}].
 
 %% @doc Get a list of all the available commands, arguments and
-%% description in a given API verion.
+%% description in a given API version.
 list_commands(Version) ->
     Commands = get_commands_definition(Version),
     [{Name, Args, Desc} || #ejabberd_commands{name = Name,
index f6f1a192b457163b0b4711ee11cb9156c915e123..2afc4823bd370e55a130d7ebdc4c7b377a92a9bc 100644 (file)
@@ -377,7 +377,7 @@ format_error({error, {write_file, Path, Reason}}) ->
 format_error({error, {exception, Class, Reason, St}}) ->
     lists:flatten(
       io_lib:format(
-       "Exception occured during configuration processing. "
+       "Exception occurred during configuration processing. "
        "This is most likely due to faulty/incompatible validator in "
        "third-party code. If you are not running any third-party "
        "code, please report the bug with ejabberd configuration "
index a9ceb18330ba2d2949564f4f50c61f7b822f4ea7..5f256b4d301531fe900e24c1f5687008c8c0350e 100644 (file)
@@ -392,7 +392,7 @@ handle_call({subscribe, Caller, Channels}, _From,
     eredis_subscribe(Pid, Channels),
     {reply, ok, State#state{subscriptions = Subs1}};
 handle_call(Request, _From, State) ->
-    ?WARNING_MSG("Unexepected call: ~p", [Request]),
+    ?WARNING_MSG("Unexpected call: ~p", [Request]),
     {noreply, State}.
 
 handle_cast(_Msg, State) ->
index 7163e5d2760478f839d2fc475a1c3c77cbbb3265..e7ce674666c5fc83330221639d4c39b03d3cbbac 100644 (file)
@@ -62,7 +62,7 @@
 -define(DEFAULT_MAX_S2S_CONNECTIONS_NUMBER_PER_NODE, 1).
 -define(S2S_OVERLOAD_BLOCK_PERIOD, 60).
 
-%% once a server is temporarly blocked, it stay blocked for 60 seconds
+%% once a server is temporary blocked, it stay blocked for 60 seconds
 
 -record(s2s, {fromto :: {binary(), binary()},
               pid    :: pid()}).
index 6bcd4d810d9aa8348e33f5712505b249a6d7708d..be03a9b6df93a0f89c68d7309969bf0c2821094c 100644 (file)
@@ -1,7 +1,7 @@
 %%%----------------------------------------------------------------------
 %%% File    : ejabberd_tmp_sup.erl
 %%% Author  : Alexey Shchepin <alexey@process-one.net>
-%%% Purpose : Supervisor for temporary processess
+%%% Purpose : Supervisor for temporary processes
 %%% Created : 18 Jul 2003 by Alexey Shchepin <alexey@process-one.net>
 %%%
 %%%
index 89a900a2fd58ca20e9cac8ef73f6d5fdf287ea2a..ac4ffd3960117171644dfcd910be6438a6589397 100644 (file)
@@ -70,7 +70,7 @@ get_acl_rule([<<"additions.js">>], _) ->
 %% This page only displays vhosts that the user is admin:
 get_acl_rule([<<"vhosts">>], _) ->
     {<<"localhost">>, [all]};
-%% The pages of a vhost are only accesible if the user is admin of that vhost:
+%% The pages of a vhost are only accessible if the user is admin of that vhost:
 get_acl_rule([<<"server">>, VHost | _RPath], Method)
     when Method =:= 'GET' orelse Method =:= 'HEAD' ->
     {VHost, [configure, webadmin_view]};
index 202598af3f0eeacf32c5c6d743871dab537cd8c4..2401a512af64ad380e0e5680dffb3a5012582887 100644 (file)
@@ -431,7 +431,7 @@ format_module_error(Module, Fun, Arity, Opts, Class, Reason, St) ->
                          [Module, Fun, Arity, Ret]);
        _ ->
            io_lib:format("Internal error of module ~s has "
-                         "occured during ~s:~n"
+                         "occurred during ~s:~n"
                          "** Options: ~p~n"
                          "** ~s",
                          [Module, Fun, Opts,
index ac94b58d6162e437857cce48aeb57fe44a64b86e..556651ef8667d3144937c169e5acc80b23ac912f 100644 (file)
@@ -407,7 +407,7 @@ add_to_log(File, FileSize, Code, Request) ->
     Referer = find_header('Referer', Request#request.headers, "-"),
     %% Pseudo Combined Apache log format:
     %% 127.0.0.1 - - [28/Mar/2007:18:41:55 +0200] "GET / HTTP/1.1" 302 303 "-" "tsung"
-    %% TODO some fields are harcoded/missing:
+    %% TODO some fields are hardcoded/missing:
     %%   The date/time integers should have always 2 digits. For example day "7" should be "07"
     %%   Month should be 3*letter, not integer 1..12
     %%   Missing time zone = (`+' | `-') 4*digit
index dd7a7c47f3ddff9afaadb614e0a528aeb7f7ef8b..0ac5be8957784d608a0593c2d00ffc167bca773b 100644 (file)
@@ -175,7 +175,7 @@ handle_call({get_state, Pid}, From, State) ->
         {stop, Status, State1} ->
             {stop, Status, State1#state{stop_reason = {replaced, Pid}}};
         {noreply, State1, _} ->
-            ?DEBUG("Transfering MQTT session state to ~p at ~s", [Pid, node(Pid)]),
+            ?DEBUG("Transferring MQTT session state to ~p at ~s", [Pid, node(Pid)]),
             Q1 = p1_queue:file_to_ram(State1#state.queue),
             p1_server:reply(From, {ok, State1#state{queue = Q1}}),
             SessionExpiry = timer:seconds(State1#state.session_expiry),
index 7e400030e08f3761c56293819795cf27eabc07fc..a553618f3999e4e8839d36fa7a800194ff025792 100644 (file)
@@ -280,7 +280,7 @@ shutdown_rooms(ServerHost, Hosts, RMod) ->
 %% B) The only participant of a temporary room leaves it
 %% C) mod_muc:stop was called, and each room is being terminated
 %%    In this case, the mod_muc process died before the room processes
-%%    So the message sending must be catched
+%%    So the message sending must be caught
 -spec room_destroyed(binary(), binary(), pid(), binary()) -> ok.
 room_destroyed(Host, Room, Pid, ServerHost) ->
     Proc = procname(ServerHost, {Room, Host}),
index beef3bc04f1b42fbc73a4df3d3c0f470bb8cf50e..9b95a352e0be0e027e743b60c88adfd9e4498c17 100644 (file)
@@ -1023,7 +1023,7 @@ get_room_pid(Name, Service) ->
            Pid
     end.
 
-%% It is required to put explicitely all the options because
+%% It is required to put explicitly all the options because
 %% the record elements are replaced at compile time.
 %% So, this can't be parametrized.
 change_option(Option, Value, Config) ->
index a8b83128312961dd8645693212a97bd792e134ac..ea1d3ee8d98fb077257dad2f6e7714689a7da24c 100644 (file)
@@ -4690,7 +4690,7 @@ send_wrapped_multiple(From, Users, Packet, Node, State) ->
       end, ok, Users).
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-%% Detect messange stanzas that don't have meaninful content
+%% Detect messange stanzas that don't have meaningful content
 -spec has_body_or_subject(message()) -> boolean().
 has_body_or_subject(#message{body = Body, subject = Subj}) ->
     Body /= [] orelse Subj /= [].
index 3c394dc53adfa367251946725a613a464c036a9b..f928c8291f56c9732c5c1e2939aea2cfbe278841 100644 (file)
@@ -618,7 +618,7 @@ do_check_packet(#jid{luser = LUser, lserver = LServer}, List, Packet, Dir) ->
                       message | iq | presence_in | presence_out | other,
                       ljid(), none | both | from | to, [binary()]) ->
                              allow | deny.
-%% Ptype = mesage | iq | presence_in | presence_out | other
+%% Ptype = message | iq | presence_in | presence_out | other
 check_packet_aux([], _PType, _JID, _Subscription,
                 _Groups) ->
     allow;
index 137df086adc069bd2bf8de96debd84dac1091e7d..ff169ce73527d9fc59ad0b6368703a8340c5f3cf 100644 (file)
@@ -572,7 +572,7 @@ caps_update(From, To, _Features) ->
 
 -spec presence_probe(jid(), jid(), pid()) -> ok.
 presence_probe(#jid{luser = U, lserver = S}, #jid{luser = U, lserver = S}, _Pid) ->
-    %% ignore presence_probe from my other ressources
+    %% ignore presence_probe from my other resources
     ok;
 presence_probe(#jid{lserver = S} = From, #jid{lserver = S} = To, _Pid) ->
     send_last_pep(To, From);
@@ -1556,7 +1556,7 @@ create_node(Host, ServerHost, Node, Owner, GivenType, Access, Configuration) ->
            Error
     end.
 
-%% @doc <p>Delete specified node and all childs.</p>
+%% @doc <p>Delete specified node and all children.</p>
 %%<p>There are several reasons why the node deletion request might fail:</p>
 %%<ul>
 %%<li>The requesting entity does not have sufficient privileges to delete the node.</li>
@@ -1899,7 +1899,7 @@ delete_item(Host, Node, Publisher, ItemId, ForceNotify) ->
            PersistentFeature = lists:member(<<"persistent-items">>, Features),
            DeleteFeature = lists:member(<<"delete-items">>, Features),
            PublishModel = get_option(Options, publish_model),
-           if %%->   iq_pubsub just does that matchs
+           if %%->   iq_pubsub just does that matches
                %%        %% Request does not specify an item
                %%        {error, extended_error(?ERR_BAD_REQUEST, "item-required")};
                not PersistentFeature ->
index e7c61aac18a5ba8a675228e289128062ec959f18..8317a955dd97c4a076f77d4569d4e9585d2ce3ca 100644 (file)
@@ -179,7 +179,7 @@ delete_node(Nodes) ->
 %%   {@link mod_pubsub:pubsubState()} will be considered as already stored and
 %%   no further persistence operation will be performed. This case is used,
 %%   when the plugin module is doing the persistence by itself or when it want
-%%   to completly disable persistence.</li></ul>
+%%   to completely disable persistence.</li></ul>
 %% </p>
 %% <p>In the default plugin module, the record is unchanged.</p>
 subscribe_node(Nidx, Sender, Subscriber, AccessModel,
@@ -349,7 +349,7 @@ delete_subscriptions(SubState, Subscriptions) ->
 %%   {@link mod_pubsub:pubsubItem()} will be considered as already stored and
 %%   no further persistence operation will be performed. This case is used,
 %%   when the plugin module is doing the persistence by itself or when it want
-%%   to completly disable persistence.</li></ul>
+%%   to completely disable persistence.</li></ul>
 %% </p>
 %% <p>In the default plugin module, the record is unchanged.</p>
 publish_item(Nidx, Publisher, PublishModel, MaxItems, ItemId, Payload,
index 2be16fd7ea6f9650ee79795858f2c83be4e04157..dfe8cd3985c6fb8837407cd25b8e165a25f2e954 100644 (file)
@@ -30,7 +30,7 @@
 %%% <p>PubSub node tree plugins are using the {@link gen_nodetree} behaviour.</p>
 %%% <p><strong>The API isn't stabilized yet</strong>. The pubsub plugin
 %%% development is still a work in progress. However, the system is already
-%%% useable and useful as is. Please, send us comments, feedback and
+%%% usable and useful as is. Please, send us comments, feedback and
 %%% improvements.</p>
 
 -module(nodetree_tree).
index 786f8b2625b24e49aec62ec3542b9746a0ca362a..efef656c570ed981c2accf8b59f6c5df90783729 100644 (file)
@@ -30,7 +30,7 @@
 %%% <p>PubSub node tree plugins are using the {@link gen_nodetree} behaviour.</p>
 %%% <p><strong>The API isn't stabilized yet</strong>. The pubsub plugin
 %%% development is still a work in progress. However, the system is already
-%%% useable and useful as is. Please, send us comments, feedback and
+%%% usable and useful as is. Please, send us comments, feedback and
 %%% improvements.</p>
 
 -module(nodetree_tree_sql).