aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authordbrooks <dbrooks@f38db490-d61c-443f-a65b-d21fe96a405b>2009-07-30 18:51:15 +0000
committerdbrooks <dbrooks@f38db490-d61c-443f-a65b-d21fe96a405b>2009-07-30 18:51:15 +0000
commit30b87c0062b1d65f0d48ff085377c4959af606fc (patch)
tree8b37c823f2e15449bf337a053ea73995f61bd923 /apps
parent02bea3bae42a3838064bbf481306bc33eb6c2f54 (diff)
Merged revisions 209554 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ........ r209554 | dbrooks | 2009-07-30 11:07:05 -0500 (Thu, 30 Jul 2009) | 6 lines Fixes numerous spelling errors. Patch submitted by alecdavis. (closes issue #15595) Reported by: alecdavis ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.2@209594 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps')
-rw-r--r--apps/app_forkcdr.c2
-rw-r--r--apps/app_sms.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/app_forkcdr.c b/apps/app_forkcdr.c
index 341e52a8d..76af0a2ae 100644
--- a/apps/app_forkcdr.c
+++ b/apps/app_forkcdr.c
@@ -64,7 +64,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
reset.</para>
</option>
<option name="e">
- <para>End the original CDR. Do this after all the neccessry data is copied
+ <para>End the original CDR. Do this after all the necessary data is copied
from the original CDR to the new forked CDR.</para>
</option>
<option name="r">
diff --git a/apps/app_sms.c b/apps/app_sms.c
index 0015cc842..9dec33b4a 100644
--- a/apps/app_sms.c
+++ b/apps/app_sms.c
@@ -1779,7 +1779,7 @@ static void sms_process(sms_t * h, int samples, signed short *data)
h->iphasep = 0;
}
if (bit && h->ibitc == 200) { /* sync, restart message */
- /* Protocol 2: empty connnection ready (I am master) */
+ /* Protocol 2: empty connection ready (I am master) */
if (h->framenumber < 0 && h->ibytec >= 160 && !memcmp(h->imsg, "UUUUUUUUUUUUUUUUUUUU", 20)) {
h->framenumber = 1;
ast_verb(3, "SMS protocol 2 detected\n");