diff --git a/src/newconf.c b/src/newconf.c index 11e85f4..90b88e8 100644 --- a/src/newconf.c +++ b/src/newconf.c @@ -1231,7 +1231,7 @@ conf_set_shared_oper(void *data) if((p = strchr(args->v.string, '@')) == NULL) { - conf_report_error("Ignoring shard::oper -- oper is not a user@host"); + conf_report_error("Ignoring shared::oper -- oper is not a user@host"); return; }