blind

suckless command-line video editing utility
git clone git://git.suckless.org/blind
Log | Files | Refs | README | LICENSE

commit 4d4f28c49274f0d3cae4365af4c32cc3e4b8222a
parent 305ab92c7f697f1198c928b26e852b8d9fb2be71
Author: Mattias Andrée <maandree@kth.se>
Date:   Tue,  9 May 2017 20:07:55 +0200

Fix typo

Signed-off-by: Mattias Andrée <maandree@kth.se>

Diffstat:
Msrc/blind-next-frame.c | 2+-
Msrc/blind-skip-pattern.c | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 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 @@ -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; }