mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 01:39:35 +02:00
Fix minor typos
This commit is contained in:
parent
f3b1b5d419
commit
432810db89
1 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
%%% File : mod_antispam_dump.erl
|
||||
%%% Author : Holger Weiss <holger@zedat.fu-berlin.de>
|
||||
%%% Author : Stefan Strigler <stefan@strigler.de>
|
||||
%%% Purpose : Filter spam messages based on sender JID and content
|
||||
%%% Purpose : Manage dump file for filtered spam messages
|
||||
%%% Created : 31 Mar 2019 by Holger Weiss <holger@zedat.fu-berlin.de>
|
||||
%%%
|
||||
%%%
|
||||
|
@ -24,7 +24,7 @@
|
|||
%%%
|
||||
%%%----------------------------------------------------------------------
|
||||
|
||||
%%| definitions
|
||||
%%| Definitions
|
||||
%% @format-begin
|
||||
|
||||
-module(mod_antispam_dump).
|
||||
|
@ -34,7 +34,7 @@
|
|||
|
||||
-export([init_dumping/1, terminate_dumping/2, reload_dumping/4, reopen_dump_file/2,
|
||||
write_stanza_dump/2]).
|
||||
%% ejabberd_hooks callbacks.
|
||||
%% ejabberd_hooks callbacks
|
||||
-export([dump_spam_stanza/1, reopen_log/0]).
|
||||
|
||||
-include("logger.hrl").
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue