mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-02 03:48:02 +00:00
Fix Common Typo's.
Fix instances of:
* Retreive
* Recieve
* other then
* different then
* Repeated words ("the the", "an an", "and and", etc).
* othterwise, teh
ASTERISK-24198 #close
Change-Id: I3809a9c113b92fd9d0d9f9bac98e9c66dc8b2d31
This commit is contained in:
@@ -1352,7 +1352,7 @@ static int sendmail(struct minivm_template *template, struct minivm_account *vmu
|
||||
prep_email_sub_vars(chan, vmu, cidnum, cidname, dur, date, counter);
|
||||
|
||||
/* Find email address to use */
|
||||
/* If there's a server e-mail address in the account, use that, othterwise template */
|
||||
/* If there's a server e-mail address in the account, use that, otherwise template */
|
||||
fromemail = ast_strlen_zero(vmu->serveremail) ? template->serveremail : vmu->serveremail;
|
||||
|
||||
/* Find name to user for server e-mail */
|
||||
|
||||
Reference in New Issue
Block a user