1
0
Fork 0
mirror of https://github.com/processone/ejabberd synced 2025-10-06 03:50:15 +02:00

Fix compilation ordering in mix by s/-behavior/-behaviour/

This commit is contained in:
Paweł Chmielowski 2018-01-31 14:57:43 +01:00
parent 485f8e48e5
commit f6ebbe4c78
9 changed files with 10 additions and 10 deletions

View file

@ -28,7 +28,7 @@
-protocol({xep, 85, '2.1'}).
-protocol({xep, 352, '0.1'}).
-behavior(gen_mod).
-behaviour(gen_mod).
%% gen_mod callbacks.
-export([start/2, stop/1, reload/3, mod_opt_type/1, depends/2, mod_options/1]).