aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_alarmreceiver.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_alarmreceiver.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_alarmreceiver.c')
-rw-r--r--apps/app_alarmreceiver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_alarmreceiver.c b/apps/app_alarmreceiver.c
index 6ae985353..e74a7b46a 100644
--- a/apps/app_alarmreceiver.c
+++ b/apps/app_alarmreceiver.c
@@ -660,7 +660,7 @@ static int alarmreceiver_exec(struct ast_channel *chan, void *data)
return -1;
}
- /* Set default values for this invokation of the application */
+ /* Set default values for this invocation of the application */
ast_copy_string(signalling_type, ADEMCO_CONTACT_ID, sizeof(signalling_type));