aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/blind-next-frame.c2
-rw-r--r--src/blind-skip-pattern.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/blind-next-frame.c b/src/blind-next-frame.c
index bd47f1d..b155b2b 100644
--- a/src/blind-next-frame.c
+++ b/src/blind-next-frame.c
@@ -67,7 +67,7 @@ main(int argc, char *argv[])
done:
if (anything && stream.frames)
- enprintf(2, "%s: is shorted than expected\n", stream.file);
+ enprintf(2, "%s: is shorter than expected\n", stream.file);
return !anything;
}
diff --git a/src/blind-skip-pattern.c b/src/blind-skip-pattern.c
index d77e3f2..914bed4 100644
--- a/src/blind-skip-pattern.c
+++ b/src/blind-skip-pattern.c
@@ -27,7 +27,7 @@ process_frame(struct stream *stream, int include, size_t rown)
done:
if (anything && h)
- eprintf("%s: is shorted than expected\n", stream->file);
+ eprintf("%s: is shorter than expected\n", stream->file);
return anything;
}