From 45a3462d0fb4b9cf7457600fb5df4909a11098d8 Mon Sep 17 00:00:00 2001
From: Stephan Bosch <stephan@rename-it.nl>
Date: Mon, 16 Nov 2009 00:34:13 +0100
Subject: [PATCH] Fixed comment errors in date extension.

---
 src/lib-sieve/plugins/date/tst-date.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/lib-sieve/plugins/date/tst-date.c b/src/lib-sieve/plugins/date/tst-date.c
index 14a0f87f4..9c7dac19f 100644
--- a/src/lib-sieve/plugins/date/tst-date.c
+++ b/src/lib-sieve/plugins/date/tst-date.c
@@ -30,7 +30,7 @@ static bool tst_date_validate
 static bool tst_date_generate
 	(const struct sieve_codegen_env *cgenv, struct sieve_command *ctx);
  
-/* Address test
+/* Date test
  *
  * Syntax:
  *    date [<":zone" <time-zone: string>> / ":originalzone"]
@@ -108,7 +108,7 @@ static const struct sieve_argument_def date_originalzone_tag = {
 };
 
 /* 
- * Address operation 
+ * Date operation 
  */
 
 static bool tst_date_operation_dump
-- 
GitLab