[evolution-scalix] Fix a typo. Fixes bug #620877.



commit 695d77dccc3c244e38e17e9a4e49d46a5817c088
Author: Andre Klapper <a9016009 gmx de>
Date:   Thu Dec 30 01:18:37 2010 +0100

    Fix a typo. Fixes bug #620877.

 camel/camel-scalix-store.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/camel/camel-scalix-store.c b/camel/camel-scalix-store.c
index 2fb04ce..d378cba 100644
--- a/camel/camel-scalix-store.c
+++ b/camel/camel-scalix-store.c
@@ -1092,7 +1092,7 @@ scalix_create_special_folder (CamelStore *store,
 	} else if (type == CAMEL_SCALIX_FOLDER_CONTACT) {
 		type_str = "IPF.Contact";
 	} else {
-		camel_exception_set (ex, CAMEL_EXCEPTION_SYSTEM, _("Unkown folder type"));
+		camel_exception_set (ex, CAMEL_EXCEPTION_SYSTEM, _("Unknown folder type"));
 		return NULL;
 	}
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]