diff options
author | Bastien Nocera <hadess@hadess.net> | 2015-09-26 19:49:24 +0200 |
---|---|---|
committer | Bastien Nocera <hadess@hadess.net> | 2015-09-26 19:52:50 +0200 |
commit | e16b3786da7ebc3bc6e1b24c9c2cb1635e341f0b (patch) | |
tree | f98b6c0c5a36c86e3d74e157c1af91827cc12a7d /gdk-pixbuf | |
parent | e2102c711f5953fc66f2cd6693b4f927aabbc809 (diff) | |
download | gdk-pixbuf-e16b3786da7ebc3bc6e1b24c9c2cb1635e341f0b.tar.gz |
gif: Fix typo in the initial comments
Diffstat (limited to 'gdk-pixbuf')
-rw-r--r-- | 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 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. |