diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2014-06-01 19:40:53 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2014-06-01 19:40:53 -0700 |
commit | e31a646861007e4014d38d6a53a672d63e4f11fa (patch) | |
tree | 39fa83e269f7bb5cc185703bae1064908ebdec29 | |
parent | 45922f222d8d91a6faff778f5ceaa34ec8728501 (diff) |
Fix "missmatch" typo in error message
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | xpr.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -359,7 +359,7 @@ int main(int argc, char **argv) _swaplong((char *) &win, (long)sizeof(win)); if (win.file_version != XWD_FILE_VERSION) { - fprintf(stderr,"xpr: file format version missmatch.\n"); + fprintf(stderr,"xpr: file format version mismatch.\n"); exit(1); } if (win.header_size < sizeof(win)) { |