Skip to content

Commit e8f9e41

Browse files
committed
gpujpegtool: typo
1 parent 34c166c commit e8f9e41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ assign_coder_opt(struct coder_opts* encoder_opts, struct coder_opts* decoder_opt
305305
return true;
306306
}
307307
}
308-
fprintf(stderr, "Too much optiosn!\n");
308+
fprintf(stderr, "Too much options!\n");
309309
return false;
310310
}
311311
static bool

0 commit comments

Comments
 (0)