aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_rpt.c
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-10-26 17:52:15 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-10-26 17:52:15 +0000
commitb1b9710998ebc8f33f25c6f13ba838e01706f3bb (patch)
treeb4975a18a567f52ea48af4cb551f864df8d45d6d /apps/app_rpt.c
parentc20e95709085540ac6e3a5bc013a8020f18ee377 (diff)
fix various spelling mistakes in comments (issue #8237, jmls)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46339 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_rpt.c')
-rw-r--r--apps/app_rpt.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/app_rpt.c b/apps/app_rpt.c
index 5006bc7ce..eba6a69dc 100644
--- a/apps/app_rpt.c
+++ b/apps/app_rpt.c
@@ -766,7 +766,7 @@ static struct telem_defaults tele_defs[] = {
} ;
/*
-* Forward decl's - these suppress compiler warnings when funcs coded further down the file than thier invokation
+* Forward decl's - these suppress compiler warnings when funcs coded further down the file than their invocation
*/
static int setrbi(struct rpt *myrpt);
@@ -1540,7 +1540,7 @@ static int send_morse(struct ast_channel *chan, const char *string, int speed, i
dottime = 900 / speed;
- /* Establish timing releationships */
+ /* Establish timing relationships */
dashtime = 3 * dottime;
intralettertime = dottime;
@@ -7238,7 +7238,7 @@ static int rpt_exec(struct ast_channel *chan, void *data)
service_scan(myrpt);
}
}
- if (who == chan) { /* if it was a read from incomming */
+ if (who == chan) { /* if it was a read from incoming */
f = ast_read(chan);
if (!f) {
if (debug)