aboutsummaryrefslogtreecommitdiff
path: root/src/mod_roster.erl
diff options
context:
space:
mode:
authorEvgeniy Khramtsov <ekhramtsov@process-one.net>2018-01-27 19:35:38 +0300
committerEvgeniy Khramtsov <ekhramtsov@process-one.net>2018-01-27 19:35:38 +0300
commit6e5439db5c8a5d0b897ebb76cdf3b32aba2bd887 (patch)
treeaa2c343636d337ea3518780910af49ef2ab0b930 /src/mod_roster.erl
parentFix a typo in call to create_captcha() (diff)
Find and fix typos using 'codespell'
Diffstat (limited to 'src/mod_roster.erl')
-rw-r--r--src/mod_roster.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mod_roster.erl b/src/mod_roster.erl
index 68d987e0e..ed2a58887 100644
--- a/src/mod_roster.erl
+++ b/src/mod_roster.erl
@@ -273,8 +273,8 @@ write_roster_version(LUser, LServer, InTransaction) ->
end,
Ver.
-%% Load roster from DB only if neccesary.
-%% It is neccesary if
+%% Load roster from DB only if necessary.
+%% It is necessary if
%% - roster versioning is disabled in server OR
%% - roster versioning is not used by the client OR
%% - roster versioning is used by server and client, BUT the server isn't storing versions on db OR