summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2014-06-01 19:40:53 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2014-06-01 19:40:53 -0700
commite31a646861007e4014d38d6a53a672d63e4f11fa (patch)
tree39fa83e269f7bb5cc185703bae1064908ebdec29
parent45922f222d8d91a6faff778f5ceaa34ec8728501 (diff)
Fix "missmatch" typo in error message
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--xpr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xpr.c b/xpr.c
index 33c3031..2427eba 100644
--- a/xpr.c
+++ b/xpr.c
@@ -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)) {