prosodyctl: Fix typo
authorKim Alvefur <zash@zash.se>
Tue, 03 Jul 2012 15:56:32 +0200
changeset 4935 bc62abceef07
parent 4934 5a6a85719b7b
child 4936 92c86e11fd44
prosodyctl: Fix typo
prosodyctl
--- a/prosodyctl	Tue Jul 03 15:43:46 2012 +0200
+++ b/prosodyctl	Tue Jul 03 15:56:32 2012 +0200
@@ -688,7 +688,7 @@
 		show_message("There was a problem, see OpenSSL output");
 	else
 		show_usage("cert key HOSTNAME <bits>", "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