]> granicus.if.org Git - ejabberd/commitdiff
Fix typo in command description
authorBadlop <badlop@process-one.net>
Mon, 13 Aug 2018 14:42:16 +0000 (16:42 +0200)
committerBadlop <badlop@process-one.net>
Mon, 13 Aug 2018 14:42:16 +0000 (16:42 +0200)
src/ejabberd_acme.erl

index 748844b78190bc41218008d4850d1f0ad7c3987c..14c0ad9ad84f5cf990a0281ba145ccb296db7aaa 100644 (file)
@@ -120,7 +120,7 @@ get_commands_spec() ->
                        args = [],
                        result = {certificates, string}},
      #ejabberd_commands{name = list_certificates, tags = [acme],
-                       desc = "Lists all curently handled certificates and "
+                       desc = "Lists all currently handled certificates and "
                               "their respective domains in {plain|verbose} format",
                        module = ?MODULE, function = list_certificates,
                        args_desc = ["Whether to print the whole certificate "