diff options
author | Kian-Meng Ang <kianmeng@cpan.org> | 2022-01-24 08:01:39 +0800 |
---|---|---|
committer | Kian-Meng Ang <kianmeng@cpan.org> | 2022-01-24 08:02:04 +0800 |
commit | adf0f87e99310ea06925a4e88edeaf685d8d0cd5 (patch) | |
tree | d23de2e499b7116420a5f4f55fdabbb15f45f019 /test/elixir-config/config_test.exs | |
parent | mod_pubsub: Allow for limiting item_expire value (diff) |
Fix typos
Diffstat (limited to 'test/elixir-config/config_test.exs')
-rw-r--r-- | test/elixir-config/config_test.exs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/elixir-config/config_test.exs b/test/elixir-config/config_test.exs index c359c49c3..8970e02e6 100644 --- a/test/elixir-config/config_test.exs +++ b/test/elixir-config/config_test.exs @@ -47,7 +47,7 @@ defmodule Ejabberd.ConfigTest do assert is_function(register_hook.fun) end - # TODO: When enalbed, this test causes the evaluation of a different config file, so + # TODO: When enabled, this test causes the evaluation of a different config file, so # the other tests, that uses the store, are compromised because the data is different. # So, until a good way is found, this test should remain disabed. # |