diff options
-rw-r--r-- | data/org.gnome.evolution.plugin.autocontacts.gschema.xml.in | 14 | ||||
-rw-r--r-- | 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 @@ <key name="addressbook-source" type="s"> <default>''</default> <_summary>Address book source</_summary> - <_description>Address book to use for storing automatically synced contacts</_description> + <_description>Address book to use for storing automatically synced contacts.</_description> </key> <key name="auto-sync-gaim" type="b"> <default>false</default> <_summary>Auto sync Pidgin contacts</_summary> - <_description>Whether Pidgin contacts should be automaticall synced</_description> + <_description>Whether Pidgin contacts should be automatically synced.</_description> </key> <key name="enable" type="b"> <default>false</default> <_summary>Enable autocontacts</_summary> - <_description>Whether contacts should be automatically added to the user's addressbook</_description> + <_description>Whether contacts should be automatically added to the user's address book.</_description> </key> <key name="gaim-addressbook-source" type="s"> <default>''</default> <_summary>Pidgin address book source</_summary> - <_description>Address book to use for storing automatically synced contacts from Pidgin</_description> + <_description>Address book to use for storing automatically synced contacts from Pidgin.</_description> </key> <key name="gaim-check-interval" type="i"> <default>10</default> <_summary>Pidgin check interval</_summary> - <_description>Check interval for Pidgin syncing of contacts</_description> + <_description>Check interval for Pidgin syncing of contacts.</_description> </key> <key name="gaim-last-sync-md5" type="s"> <default>''</default> <_summary>Pidgin last sync MD5</_summary> - <_description>Pidgin last sync MD5</_description> + <_description>Pidgin last sync MD5.</_description> </key> <key name="gaim-last-sync-time" type="s"> <default>''</default> <_summary>Pidgin last sync time</_summary> - <_description>Pidgin last sync time</_description> + <_description>Pidgin last sync time.</_description> </key> </schema> </schemalist> 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 */ } |