From e16b3786da7ebc3bc6e1b24c9c2cb1635e341f0b Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Sat, 26 Sep 2015 19:49:24 +0200 Subject: gif: Fix typo in the initial comments --- gdk-pixbuf/io-gif.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdk-pixbuf/io-gif.c b/gdk-pixbuf/io-gif.c index e3e2d8439..1ce9dfd05 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. -- cgit v1.2.1