commit 4d4f28c49274f0d3cae4365af4c32cc3e4b8222a
Author: Mattias Andrée <[email protected]>
AuthorDate: Tue May 9 20:07:55 2017 +0200
Commit: Mattias Andrée <[email protected]>
CommitDate: Tue May 9 20:07:55 2017 +0200
Fix typo
Signed-off-by: Mattias Andrée <[email protected]>
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;
}