diff options
author | Matt Turner <mattst88@gmail.com> | 2019-09-11 21:14:07 -0700 |
---|---|---|
committer | David Oberhollenzer <goliath@infraroot.at> | 2019-10-05 10:45:56 +0200 |
commit | bb101f22578def747b1e86fbfe9d2435c5e0c810 (patch) | |
tree | f20abb382f8cb828590ac2d376ec3d8e526c57c0 /unpack | |
parent | 3c0f5ca9757b80b2065e429091e3021f3d2f87d5 (diff) |
Fix typo
Signed-off-by: Matt Turner <mattst88@gmail.com>
Diffstat (limited to 'unpack')
-rw-r--r-- | unpack/options.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unpack/options.c b/unpack/options.c index 190a78b..7a96123 100644 --- a/unpack/options.c +++ b/unpack/options.c @@ -196,7 +196,7 @@ void process_command_line(options_t *opt, int argc, char **argv) } if (opt->op == OP_NONE) { - fputs("No opteration specified\n", stderr); + fputs("No operation specified\n", stderr); goto fail_arg; } |