diff options
author | Stéphane Aulery <saulery@free.fr> | 2014-10-29 00:08:58 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2014-11-03 11:43:23 +0100 |
commit | fe9889aba7cd0be1834c5c4960ea90dd8eadc29f (patch) | |
tree | be2d5629fdb48f530a51e7cfacd97df11ea9695d /exiftran.c | |
parent | 91dc35d95389ec2009c63bf89f938668c29d6fc8 (diff) | |
download | fbida-fe9889aba7cd0be1834c5c4960ea90dd8eadc29f.tar.gz |
Some typos (inplace, tranformation)
Signed-off-by: Stéphane Aulery <saulery@free.fr>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'exiftran.c')
-rw-r--r-- | exiftran.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -239,7 +239,7 @@ int main(int argc, char *argv[]) if (NULL == outfile && 0 == inplace) { fprintf(stderr, "you have to either specify a output file (-o <file>)\n" - "or enable inplace editing (-i). Try -h for more info.\n"); + "or enable in-place editing (-i). Try -h for more info.\n"); exit(1); } if (JXFORM_NONE == transform && @@ -247,7 +247,7 @@ int main(int argc, char *argv[]) !(flags & JFLAG_UPDATE_THUMBNAIL)) { fprintf(stderr, "What do you want to do today? Neither a new comment nor a\n" - "tranformation operation was specified (try -h for more info).\n"); + "transformation operation was specified (try -h for more info).\n"); exit(1); } |