summaryrefslogtreecommitdiff
path: root/apps/app_minivm.c
diff options
context:
space:
mode:
authorWalter Doekes <walter+asterisk@wjd.nu>2015-01-23 15:03:05 +0000
committerWalter Doekes <walter+asterisk@wjd.nu>2015-01-23 15:03:05 +0000
commite23f07beb80a76160edec656d6509db5f1a2885a (patch)
treed42f816647a0bb1aa315c14243550205b2e6e42e /apps/app_minivm.c
parent9210648bbe116b9c19b7c1a6304a2dd00ff0cca3 (diff)
Fix typo's (retrieve, specified, address).
........ Merged revisions 430996 from http://svn.asterisk.org/svn/asterisk/branches/11 git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/13@430998 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps/app_minivm.c')
-rw-r--r--apps/app_minivm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_minivm.c b/apps/app_minivm.c
index 08f8b3abc..fc4f9a274 100644
--- a/apps/app_minivm.c
+++ b/apps/app_minivm.c
@@ -1366,7 +1366,7 @@ static int sendmail(struct minivm_template *template, struct minivm_account *vmu
prep_email_sub_vars(ast, vmu, cidnum, cidname, dur, date, counter);
/* Find email address to use */
- /* If there's a server e-mail adress in the account, user that, othterwise template */
+ /* If there's a server e-mail address in the account, use that, othterwise template */
fromemail = ast_strlen_zero(vmu->serveremail) ? template->serveremail : vmu->serveremail;
/* Find name to user for server e-mail */