From: Kim Alvefur Date: Tue, 3 Jul 2012 13:56:32 +0000 (+0200) Subject: prosodyctl: Fix typo X-Git-Url: https://git.enpas.org/?a=commitdiff_plain;h=d4ab8d12ffead0007b550ad8d741e163e4aa91a1;p=prosody.git prosodyctl: Fix typo --- diff --git a/prosodyctl b/prosodyctl index 45b5604a..0e733d07 100755 --- a/prosodyctl +++ b/prosodyctl @@ -688,7 +688,7 @@ function cert_commands.key(arg) show_message("There was a problem, see OpenSSL output"); else show_usage("cert key HOSTNAME ", "Generates a RSA key named HOSTNAME.key\n " - .."Promps for a key size if none given") + .."Prompts for a key size if none given") end end