aboutsummaryrefslogtreecommitdiff
path: root/src/loader.h
diff options
context:
space:
mode:
authorShanaXXII <shakuganxxii@gmail.com>2016-04-22 18:02:29 -0400
committerShanaXXII <shakuganxxii@gmail.com>2016-04-22 18:02:29 -0400
commit98543fecfb485f303cb78e8ad80a9e0a088cdb95 (patch)
tree04039546778b2fbeb82047955214ae843faf1688 /src/loader.h
parent7febfc46767f98f0430492f9e0277e6b26a8adeb (diff)
downloadimv-98543fecfb485f303cb78e8ad80a9e0a088cdb95.tar.gz
fixed comment typo in loader.h
Diffstat (limited to 'src/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);