summaryrefslogtreecommitdiffstats
path: root/Modules/imgfile.c
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/imgfile.c')
-rw-r--r--Modules/imgfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/imgfile.c b/Modules/imgfile.c
index 7783083..a6db026 100644
--- a/Modules/imgfile.c
+++ b/Modules/imgfile.c
@@ -58,7 +58,7 @@ static imgfile_error(str)
{
err_setstr(ImgfileError, str);
error_called = 1;
- return; /* To imglib, which will return a failure indictaor */
+ return; /* To imglib, which will return a failure indicator */
}