aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarry Jeffery <harry@exec64.co.uk>2016-04-23 16:01:36 +0100
committerHarry Jeffery <harry@exec64.co.uk>2016-04-23 16:01:36 +0100
commit080104cbc04336d02e4df713719931cae1c748c1 (patch)
tree04039546778b2fbeb82047955214ae843faf1688
parent7febfc46767f98f0430492f9e0277e6b26a8adeb (diff)
parent98543fecfb485f303cb78e8ad80a9e0a088cdb95 (diff)
downloadimv-080104cbc04336d02e4df713719931cae1c748c1.tar.gz
Merge pull request #86 from ShanaXXII/master
fixed comment typo in loader.h
-rw-r--r--src/loader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/loader.h b/src/loader.h
index 6e20349..a11ee55 100644
--- a/src/loader.h
+++ b/src/loader.h
@@ -61,7 +61,7 @@ void imv_loader_load(struct imv_loader *ldr, const char *path,
int imv_loader_get_image(struct imv_loader *ldr, FIBITMAP **out_bmp,
int *out_is_frame);
-/* If a file failed to loadd, return the path to that file. Otherwise returns
+/* If a file failed to load, return the path to that file. Otherwise returns
* NULL. Only returns the path once. Caller is responsible for cleaning up the
* string returned. */
char *imv_loader_get_error(struct imv_loader *ldr);