prosodyctl: Fix typo
authorKim Alvefur <zash@zash.se>
Tue, 3 Jul 2012 13:56:32 +0000 (15:56 +0200)
committerKim Alvefur <zash@zash.se>
Tue, 3 Jul 2012 13:56:32 +0000 (15:56 +0200)
prosodyctl

index 45b5604a10c034362a39f01ef4367d31663903e2..0e733d07b8b47cf3a2842e7a121de0b4a1829385 100755 (executable)
@@ -688,7 +688,7 @@ function cert_commands.key(arg)
                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