aboutsummaryrefslogtreecommitdiffstats
path: root/em-format
diff options
context:
space:
mode:
authorPiotr Drąg <piotrdrag@gmail.com>2012-03-28 04:13:07 +0800
committerPiotr Drąg <piotrdrag@gmail.com>2012-03-28 04:13:07 +0800
commit474a144a64bf9e5c3fe1af82d49a5a6100ce99a7 (patch)
treec74a6f2d44c996d7782747171a1f55e9aaa9f5bd /em-format
parentb693398cdc17835b01fbfa48ec1fb4f2823e7e3f (diff)
downloadgsoc2013-evolution-474a144a64bf9e5c3fe1af82d49a5a6100ce99a7.tar
gsoc2013-evolution-474a144a64bf9e5c3fe1af82d49a5a6100ce99a7.tar.gz
gsoc2013-evolution-474a144a64bf9e5c3fe1af82d49a5a6100ce99a7.tar.bz2
gsoc2013-evolution-474a144a64bf9e5c3fe1af82d49a5a6100ce99a7.tar.lz
gsoc2013-evolution-474a144a64bf9e5c3fe1af82d49a5a6100ce99a7.tar.xz
gsoc2013-evolution-474a144a64bf9e5c3fe1af82d49a5a6100ce99a7.tar.zst
gsoc2013-evolution-474a144a64bf9e5c3fe1af82d49a5a6100ce99a7.zip
Fix typos
Diffstat (limited to 'em-format')
-rw-r--r--em-format/em-format.c10
1 files changed, 5 insertions, 5 deletions
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 */
}