From 98543fecfb485f303cb78e8ad80a9e0a088cdb95 Mon Sep 17 00:00:00 2001 From: ShanaXXII Date: Fri, 22 Apr 2016 18:02:29 -0400 Subject: fixed comment typo in loader.h --- src/loader.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/loader.h') 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); -- cgit v1.2.3