summaryrefslogtreecommitdiff
path: root/test/unprint.c
diff options
context:
space:
mode:
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);
}
}