[evolution-mapi] Fix a typo.



commit 1233e2d161adbffbcbad65ec1321ac93f838e6aa
Author: Matthew Barnes <mbarnes redhat com>
Date:   Thu Jul 9 11:21:28 2009 -0400

    Fix a typo.

 src/camel/camel-mapi-folder.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/camel/camel-mapi-folder.c b/src/camel/camel-mapi-folder.c
index 95de97f..a8ae10d 100644
--- a/src/camel/camel-mapi-folder.c
+++ b/src/camel/camel-mapi-folder.c
@@ -656,7 +656,7 @@ mapi_sync_deleted (CamelSession *session, CamelSessionThreadMsg *msg)
 		return;
 	}
 
-	camel_operation_start (NULL, _("Retriving message IDs from server for %s"), m->folder->name);
+	camel_operation_start (NULL, _("Retrieving message IDs from server for %s"), m->folder->name);
 
 	CAMEL_SERVICE_REC_LOCK (mapi_store, connect_lock);
 



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