# HG changeset patch # User João Duarte # Date 1565969909 25200 # Node ID d3764eed7ded1fdf24bda0efd8845f70718be87b # Parent 2457b6b1908b02b49462fc442add87ac56e3f416 prosodyctl: Fixed a typo diff -r 2457b6b1908b -r d3764eed7ded prosodyctl --- a/prosodyctl Thu Aug 01 09:29:40 2019 -0700 +++ b/prosodyctl Fri Aug 16 08:38:29 2019 -0700 @@ -96,7 +96,7 @@ function commands.remove(arg) if arg[1] == "--help" then - show_usage([[remove]], [[Removes a module installed in the wroking directory's plugins folder]]); + show_usage([[remove]], [[Removes a module installed in the working directory's plugins folder]]); return 1; end table.insert(arg, "remove");