Fix a small typo that i noticed looking around the source.

This commit is contained in:
JD Horelick 2010-03-18 02:44:51 -04:00
parent cc7e9872be
commit 29b3f2e4e5
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}