spelling typo

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@46528 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Matt O'Gorman
2006-10-30 22:25:43 +00:00
parent f94fd0ff04
commit 29d2282f0a

View File

@@ -6399,7 +6399,7 @@ out:
#endif #endif
mail_expunge(vms.mailstream); 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 */ * back to the persistent model */
vmstate_delete(&vms); vmstate_delete(&vms);
#endif #endif
@@ -8110,6 +8110,7 @@ void mm_list(MAILSTREAM * stream, int delim, char *mailbox, long attributes)
{ {
if (delimiter) if (delimiter)
delimiter = delim; delimiter = delim;
if (option_debug > 4) { if (option_debug > 4) {
ast_log(LOG_DEBUG, "Delimiter set to %c and mailbox %s\n",delim, mailbox); ast_log(LOG_DEBUG, "Delimiter set to %c and mailbox %s\n",delim, mailbox);
if (attributes & LATT_NOINFERIORS) 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) void mm_lsub(MAILSTREAM * stream, int delimiter, char *mailbox, long attributes)
{ {
if (option_debug > 4) { if (option_debug > 4) {
ast_log(LOG_DEBUG, "Delimiter set to %c and mailbox %s\n",delimiter, mailbox); ast_log(LOG_DEBUG, "Delimiter set to %c and mailbox %s\n",delimiter, mailbox);
if (attributes & LATT_NOINFERIORS) if (attributes & LATT_NOINFERIORS)