commit 4d4f28c49274f0d3cae4365af4c32cc3e4b8222a
Author: Mattias Andrée <maandree_AT_kth.se>
AuthorDate: Tue May 9 20:07:55 2017 +0200
Commit: Mattias Andrée <maandree_AT_kth.se>
CommitDate: Tue May 9 20:07:55 2017 +0200
Fix typo
Signed-off-by: Mattias Andrée <maandree_AT_kth.se>
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
_AT_@ -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
_AT_@ -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;
}
Received on Tue May 09 2017 - 20:08:06 CEST
This archive was generated by hypermail 2.3.0
: Tue May 09 2017 - 20:12:21 CEST