From da58d3c1f791db41f2226680cf8ab8d8fa7f80fa Mon Sep 17 00:00:00 2001 From: dbrooks Date: Mon, 27 Jul 2009 16:06:10 +0000 Subject: Just replacing typos "recieved" with "received". From issue #15360, forgot to apply to trunk and other branches. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@209061 f38db490-d61c-443f-a65b-d21fe96a405b --- res/res_smdi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'res') diff --git a/res/res_smdi.c b/res/res_smdi.c index ba740c87c..78a82e2da 100644 --- a/res/res_smdi.c +++ b/res/res_smdi.c @@ -654,7 +654,7 @@ static void *smdi_read(void *iface_p) ASTOBJ_UNREF(mwi_msg, ast_smdi_mwi_message_destroy); } else { - ast_log(LOG_ERROR, "Unknown SMDI message type recieved on %s (M%c).\n", iface->name, c); + ast_log(LOG_ERROR, "Unknown SMDI message type received on %s (M%c).\n", iface->name, c); start = 0; } } -- cgit v1.2.3