[gdk-pixbuf] Trivial typo fixes



commit 1a3a44ee9766c7f3e81135619ec1ab848c36371f
Author: Matthias Clasen <mclasen redhat com>
Date:   Wed Dec 18 22:32:17 2013 -0500

    Trivial typo fixes

 gdk-pixbuf/io-xpm.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gdk-pixbuf/io-xpm.c b/gdk-pixbuf/io-xpm.c
index d65d942..7b372af 100644
--- a/gdk-pixbuf/io-xpm.c
+++ b/gdk-pixbuf/io-xpm.c
@@ -40,7 +40,7 @@
 
 /* I have must have done something to deserve this.
  * XPM is such a crappy format to handle.
- * This code is an ugly hybred from gdkpixmap.c
+ * This code is an ugly hybrid from gdkpixmap.c
  * modified to respect transparent colors.
  * It's still a mess, though.
  */
@@ -688,7 +688,7 @@ struct _XPMContext
 /*
  * FIXME xpm loading progressively is not properly implemented.
  * Instead we will buffer to a file then load that file when done.
- * This is very broken but it should be relayively simple to fix
+ * This is very broken but it should be relatively simple to fix
  * in the future.
  */
 static gpointer


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