]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
spelling typo
authorMatt O'Gorman <mogorman@digium.com>
Mon, 30 Oct 2006 22:25:43 +0000 (22:25 +0000)
committerMatt O'Gorman <mogorman@digium.com>
Mon, 30 Oct 2006 22:25:43 +0000 (22:25 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@46528 65c4cc65-6c06-0410-ace0-fbb531ad65f3

apps/app_voicemail.c

index a7e901a5ab0103ad5780baa3c21d123ed957f0a9..ef85586d0200c03ad9e74660fbe10887f032586e 100644 (file)
@@ -6399,7 +6399,7 @@ out:
 #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 @@ void mm_list(MAILSTREAM * stream, int delim, char *mailbox, long attributes)
 {
        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_list(MAILSTREAM * stream, int delim, char *mailbox, long attributes)
 
 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)