[Asterisk-code-review] spelling: doesn't (asterisk[master])

Josh Soref asteriskteam at digium.com
Sun Nov 7 00:06:52 CDT 2021


Josh Soref has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/16887 )


Change subject: spelling: doesn't
......................................................................

spelling: doesn't

Change-Id: I56eaa611ecff9ccaf5c60e17ab16bc49be27c53d
---
M apps/app_voicemail.c
1 file changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/87/16887/1

diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c
index 4f4dd03..a2d42e0 100644
--- a/apps/app_voicemail.c
+++ b/apps/app_voicemail.c
@@ -3024,7 +3024,7 @@
 	ast_mutex_lock(&vms->lock);
 	ast_mutex_lock(&mail_open_lock);
 	vms->mailstream = mail_open (stream, tmp, debug ? OP_DEBUG : NIL);
-	/* Create the folder if it dosn't exist */
+	/* Create the folder if it doesn't exist */
 	if (vms->mailstream && !mail_status(vms->mailstream, tmp, SA_UIDNEXT)) {
 		mail_create(vms->mailstream, tmp);
 	}
@@ -7253,7 +7253,7 @@
 	/* get the current mailbox so that we can point the mailstream back to it later */
 	curr_mbox = get_folder_by_name(vms->curbox);
 
-	/* Create the folder if it dosn't exist */
+	/* Create the folder if it doesn't exist */
 	imap_mailbox_name(mailbox, sizeof(mailbox), vms, box, 1); /* Get the full mailbox name */
 	if (vms->mailstream && !mail_status(vms->mailstream, mailbox, SA_UIDNEXT)) {
     		if (mail_create(vms->mailstream, mailbox) != NIL) {

-- 
To view, visit https://gerrit.asterisk.org/c/asterisk/+/16887
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings

Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: I56eaa611ecff9ccaf5c60e17ab16bc49be27c53d
Gerrit-Change-Number: 16887
Gerrit-PatchSet: 1
Gerrit-Owner: Josh Soref <jsoref at gmail.com>
Gerrit-CC: Friendly Automation
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20211107/3f386502/attachment-0001.html>


More information about the asterisk-code-review mailing list