[gdk-pixbuf] qtif: Fix typo in comments



commit bfa86132908655a194ca83f10b106d31db09237d
Author: Bastien Nocera <hadess hadess net>
Date:   Tue Dec 13 19:15:50 2016 +0100

    qtif: Fix typo in comments

 gdk-pixbuf/io-qtif.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gdk-pixbuf/io-qtif.c b/gdk-pixbuf/io-qtif.c
index ce21806..0bd3d5f 100644
--- a/gdk-pixbuf/io-qtif.c
+++ b/gdk-pixbuf/io-qtif.c
@@ -421,7 +421,7 @@ static gboolean gdk_pixbuf__qtif_image_load_increment (gpointer data,
         switch(context->state)
         {
         case STATE_READY:
-            /* Abort if we have seen too mant atoms. */
+            /* Abort if we have seen too many atoms. */
             if(context->atom_count == 0u)
             {
                 g_set_error_literal (error, GDK_PIXBUF_ERROR,


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