aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authordbrooks <dbrooks@f38db490-d61c-443f-a65b-d21fe96a405b>2009-07-23 20:45:41 +0000
committerdbrooks <dbrooks@f38db490-d61c-443f-a65b-d21fe96a405b>2009-07-23 20:45:41 +0000
commit1c2ca7b1fa0b164e413d52c76d39d214ff4b431c (patch)
treed8a4d0fecdb13e3f6cee9b5f7ad41f39eb3508f3 /apps
parent957522df5a7cbcbae0bfdf91d2121855696faaed (diff)
Just replacing typos "recieved" with "received".
(closes issue #15360) Reported by: okrief git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.1@208459 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps')
-rw-r--r--apps/app_rpt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_rpt.c b/apps/app_rpt.c
index 75e958559..5a6949b26 100644
--- a/apps/app_rpt.c
+++ b/apps/app_rpt.c
@@ -6705,7 +6705,7 @@ struct ast_frame wf;
strcpy(mylink->linklist,tmp + 2);
time(&mylink->linklistreceived);
rpt_mutex_unlock(&myrpt->lock);
- if (debug > 6) ast_log(LOG_NOTICE,"@@@@ node %s recieved node list %s from node %s\n",
+ if (debug > 6) ast_log(LOG_NOTICE,"@@@@ node %s received node list %s from node %s\n",
myrpt->name,tmp,mylink->name);
return;
}