summaryrefslogtreecommitdiff
path: root/tests/seek_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/seek_test.c')
-rw-r--r--tests/seek_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/seek_test.c b/tests/seek_test.c
index 3a5a27b7d2..025268549f 100644
--- a/tests/seek_test.c
+++ b/tests/seek_test.c
@@ -52,7 +52,7 @@ int main(int argc, char **argv)
ret = av_open_input_file(&ic, filename, NULL, 0, NULL);
if (ret < 0) {
- fprintf(stderr, "cant open %s\n", filename);
+ fprintf(stderr, "cannot open %s\n", filename);
exit(1);
}