aboutsummaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authordbrooks <dbrooks@f38db490-d61c-443f-a65b-d21fe96a405b>2009-07-27 16:06:10 +0000
committerdbrooks <dbrooks@f38db490-d61c-443f-a65b-d21fe96a405b>2009-07-27 16:06:10 +0000
commitda58d3c1f791db41f2226680cf8ab8d8fa7f80fa (patch)
treea6baca26991c7c4d008a44fb06cf0b8e68e69a91 /res
parent16598a9aa216fe628687c6883238309ee757ecf1 (diff)
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
Diffstat (limited to 'res')
-rw-r--r--res/res_smdi.c2
1 files changed, 1 insertions, 1 deletions
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;
}
}