dovecot-2.0-pigeonhole: Fixed spelling mistake in error messages.

pigeonhole at rename-it.nl pigeonhole at rename-it.nl
Tue Jan 19 21:12:21 EET 2010


details:   http://hg.rename-it.nl/dovecot-2.0-pigeonhole/rev/123d03cd8fe1
changeset: 1212:123d03cd8fe1
user:      Stephan Bosch <stephan at rename-it.nl>
date:      Tue Jan 19 10:12:00 2010 +0100
description:
Fixed spelling mistake in error messages.

diffstat:

 src/lib-sieve/sieve-message.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 53f32fc7d9d8 -r 123d03cd8fe1 src/lib-sieve/sieve-message.c
--- a/src/lib-sieve/sieve-message.c	Tue Jan 19 10:11:42 2010 +0100
+++ b/src/lib-sieve/sieve-message.c	Tue Jan 19 10:12:00 2010 +0100
@@ -142,7 +142,7 @@
 		(msgctx->pool, msgctx->msgdata->to_address);	
 
 	if ( msgctx->envelope_recipient == NULL )
-		sieve_sys_error("envelope recipient address '%s' is unparseable", msgctx->msgdata->to_address); 
+		sieve_sys_error("envelope recipient address '%s' is unparsable", msgctx->msgdata->to_address); 
 	else if ( msgctx->envelope_recipient->local_part == NULL )
 		sieve_sys_error("envelope recipient address '%s' is a null path", msgctx->msgdata->to_address); 
 
@@ -150,7 +150,7 @@
 		(msgctx->pool, msgctx->msgdata->return_path);	
 
 	if ( msgctx->envelope_sender == NULL )
-		sieve_sys_error("envelope sender address '%s' is unparseable", msgctx->msgdata->return_path); 
+		sieve_sys_error("envelope sender address '%s' is unparsable", msgctx->msgdata->return_path); 
 
 	msgctx->envelope_parsed = TRUE;
 }


More information about the dovecot-cvs mailing list