From 29b3f2e4e5599ae77f1c56728bd4ff0ec05c1cab Mon Sep 17 00:00:00 2001 From: JD Horelick Date: Thu, 18 Mar 2010 02:44:51 -0400 Subject: [PATCH] Fix a small typo that i noticed looking around the source. --- src/newconf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }