aboutsummaryrefslogtreecommitdiffstats
path: root/prosodyctl
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2012-07-03 15:56:32 +0200
committerKim Alvefur <zash@zash.se>2012-07-03 15:56:32 +0200
commit92a51d69e913aca81c39b98a9c79751ee97f24e8 (patch)
treeff8724e29a8505e0e173932469c595153d9770a2 /prosodyctl
parent0c7777aeb6c1b668e2b9e1fddf036dcb27f6db46 (diff)
downloadprosody-92a51d69e913aca81c39b98a9c79751ee97f24e8.tar.gz
prosody-92a51d69e913aca81c39b98a9c79751ee97f24e8.zip
prosodyctl: Fix typo
Diffstat (limited to 'prosodyctl')
-rwxr-xr-xprosodyctl2
1 files changed, 1 insertions, 1 deletions
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 <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