summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/m_challenge.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/m_challenge.c b/modules/m_challenge.c
index f080b84..0bffbc3 100644
--- a/modules/m_challenge.c
+++ b/modules/m_challenge.c
@@ -142,7 +142,7 @@ m_challenge(struct Client *client_p, struct Client *source_p,
if (conf->rsa_public_key == NULL)
{
sendto_one(source_p, ":%s NOTICE %s :I'm sorry, PK authentication "
- "is not enabled for your oper{} block.", me.name,
+ "is not enabled for your operator {} block.", me.name,
source_p->name);
return 0;
}