[gdk-pixbuf] gif: Fix typo in the initial comments



commit e16b3786da7ebc3bc6e1b24c9c2cb1635e341f0b
Author: Bastien Nocera <hadess hadess net>
Date:   Sat Sep 26 19:49:24 2015 +0200

    gif: Fix typo in the initial comments

 gdk-pixbuf/io-gif.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gdk-pixbuf/io-gif.c b/gdk-pixbuf/io-gif.c
index e3e2d84..1ce9dfd 100644
--- a/gdk-pixbuf/io-gif.c
+++ b/gdk-pixbuf/io-gif.c
@@ -26,7 +26,7 @@
 /* This loader is very hairy code.
  *
  * The main loop was not designed for incremental loading, so when it was hacked
- * in it got a bit messy.  Basicly, every function is written to expect a failed
+ * in it got a bit messy.  Basically, every function is written to expect a failed
  * read_gif, and lets you call it again assuming that the bytes are there.
  *
  * Return vals.


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