summaryrefslogtreecommitdiff
path: root/test/unprint.c
diff options
context:
space:
mode:
authorDidier Raboud <odyx@debian.org>2017-06-19 08:38:07 +0200
committerDidier Raboud <odyx@debian.org>2017-06-19 08:38:07 +0200
commitaedf3e93e811c6c9d504274172861d266e1c5c97 (patch)
tree95e525108c5b6bd2ea3fa689cf11bfe4a5b982a9 /test/unprint.c
parent7bd83d89975d166521a0b326b64b4cad80117750 (diff)
New upstream version 5.2.13~pre1
Diffstat (limited to 'test/unprint.c')
-rw-r--r--test/unprint.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/unprint.c b/test/unprint.c
index a3b5a97..3b1e5ef 100644
--- a/test/unprint.c
+++ b/test/unprint.c
@@ -417,7 +417,7 @@ expand_line (unsigned char *src, unsigned char *dst, int height, int skip,
/*
* src is a pointer to a bit stream which is composed of fields of height
* bpp starting with the most significant bit of the first byte and
- * proceding from there with no regard to byte boundaries. For the
+ * proceeding from there with no regard to byte boundaries. For the
* existing Epson printers, bpp is 1 or 2, which means fields will never
* cross byte boundaries. However, if bpp were 3, this would undoubtedly
* happen. This routine will make no assumptions about bpp, and handle each
@@ -1715,7 +1715,7 @@ main(int argc,char *argv[])
{
if (!(fp_w = fopen(argv[arg],"w")))
{
- perror("Error opening ouput file");
+ perror("Error opening output file");
exit(-1);
}
}