From 474a144a64bf9e5c3fe1af82d49a5a6100ce99a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Dr=C4=85g?= Date: Tue, 27 Mar 2012 22:13:07 +0200 Subject: [PATCH] Fix typos --- ...me.evolution.plugin.autocontacts.gschema.xml.in | 14 +++++++------- em-format/em-format.c | 10 +++++----- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/data/org.gnome.evolution.plugin.autocontacts.gschema.xml.in b/data/org.gnome.evolution.plugin.autocontacts.gschema.xml.in index 6a0e172599..6b7e1c3262 100644 --- a/data/org.gnome.evolution.plugin.autocontacts.gschema.xml.in +++ b/data/org.gnome.evolution.plugin.autocontacts.gschema.xml.in @@ -3,37 +3,37 @@ '' <_summary>Address book source - <_description>Address book to use for storing automatically synced contacts + <_description>Address book to use for storing automatically synced contacts. false <_summary>Auto sync Pidgin contacts - <_description>Whether Pidgin contacts should be automaticall synced + <_description>Whether Pidgin contacts should be automatically synced. false <_summary>Enable autocontacts - <_description>Whether contacts should be automatically added to the user's addressbook + <_description>Whether contacts should be automatically added to the user's address book. '' <_summary>Pidgin address book source - <_description>Address book to use for storing automatically synced contacts from Pidgin + <_description>Address book to use for storing automatically synced contacts from Pidgin. 10 <_summary>Pidgin check interval - <_description>Check interval for Pidgin syncing of contacts + <_description>Check interval for Pidgin syncing of contacts. '' <_summary>Pidgin last sync MD5 - <_description>Pidgin last sync MD5 + <_description>Pidgin last sync MD5. '' <_summary>Pidgin last sync time - <_description>Pidgin last sync time + <_description>Pidgin last sync time. diff --git a/em-format/em-format.c b/em-format/em-format.c index 06582c519f..d476036f77 100644 --- a/em-format/em-format.c +++ b/em-format/em-format.c @@ -51,7 +51,7 @@ struct _EMFormatPrivate { /* Used to cache various data/info for redraws * The validity stuff could be cached at a higher level but this is easier * This absolutely relies on the partid being _globally unique_ - * This is still kind of yucky, we should maintian a full tree of all this data, + * This is still kind of yucky, we should maintain a full tree of all this data, * along with/as part of the puri tree */ struct _EMFormatCache { CamelCipherValidity *valid; /* validity copy */ @@ -420,7 +420,7 @@ em_format_get_type (void) * * Add a mime type handler to this class. This is only used by * implementing classes. The @info.old pointer will automatically be - * setup to point to the old hanlder if one was already set. This can + * setup to point to the old handler if one was already set. This can * be used for overrides a fallback. * * When a mime type described by @info is encountered, the callback will @@ -664,10 +664,10 @@ em_format_add_puri (EMFormat *emf, * em_format_push_level: * @emf: * - * This is used to build a heirarchy of visible PURI objects based on + * This is used to build a hierarchy of visible PURI objects based on * the structure of the message. Used by multipart/alternative formatter. * - * FIXME: This could probably also take a uri so it can automaticall update + * FIXME: This could probably also take a uri so it can automatically update * the base location. **/ void @@ -2492,6 +2492,6 @@ em_format_snoop_type (CamelMimePart *part) return res; - /* We used to load parts to check their type, we dont anymore, + /* We used to load parts to check their type, we don't anymore, * see bug #11778 for some discussion */ }