[svn-commits] mogorman: branch 1.4 r46528 - /branches/1.4/apps/app_voicemail.c

svn-commits at lists.digium.com svn-commits at lists.digium.com
Mon Oct 30 15:25:43 MST 2006


Author: mogorman
Date: Mon Oct 30 16:25:43 2006
New Revision: 46528

URL: http://svn.digium.com/view/asterisk?rev=46528&view=rev
Log:
spelling typo

Modified:
    branches/1.4/apps/app_voicemail.c

Modified: branches/1.4/apps/app_voicemail.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/apps/app_voicemail.c?rev=46528&r1=46527&r2=46528&view=diff
==============================================================================
--- branches/1.4/apps/app_voicemail.c (original)
+++ branches/1.4/apps/app_voicemail.c Mon Oct 30 16:25:43 2006
@@ -6399,7 +6399,7 @@
 #endif
 			mail_expunge(vms.mailstream);
 	}
-	/*  before we delete the state, we should copy pertainent info
+	/*  before we delete the state, we should copy pertinent info
 	 *  back to the persistent model */
 	vmstate_delete(&vms);
 #endif
@@ -8110,6 +8110,7 @@
 {
 	if (delimiter)
 		delimiter = delim;
+
 	if (option_debug > 4) {
 		ast_log(LOG_DEBUG, "Delimiter set to %c and mailbox %s\n",delim, mailbox);
 		if (attributes & LATT_NOINFERIORS)
@@ -8126,7 +8127,6 @@
 
 void mm_lsub(MAILSTREAM * stream, int delimiter, char *mailbox, long attributes)
 {
-
 	if (option_debug > 4) {
 		ast_log(LOG_DEBUG, "Delimiter set to %c and mailbox %s\n",delimiter, mailbox);
 		if (attributes & LATT_NOINFERIORS)



More information about the svn-commits mailing list