aboutsummaryrefslogtreecommitdiffstats
path: root/src/rastertoql570.c
diff options
context:
space:
mode:
authorClemens Fries <github-raster@xenoworld.de>2015-07-20 22:55:08 +0200
committerClemens Fries <github-raster@xenoworld.de>2015-07-20 22:55:08 +0200
commitb3ae1c1f42c24507a8b76ad0662be8d741bd2370 (patch)
tree78700dcf93b11e9acbfb436ea0551adc84a9a59c /src/rastertoql570.c
parentd5a3c12cd8fb44f327b70910eab3806e09aafbde (diff)
Fixed some typos in the documentation
Diffstat (limited to 'src/rastertoql570.c')
-rw-r--r--src/rastertoql570.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rastertoql570.c b/src/rastertoql570.c
index ffd16b5..dfa45bb 100644
--- a/src/rastertoql570.c
+++ b/src/rastertoql570.c
@@ -196,7 +196,7 @@ wait_for_page_end()
* Turns status information into user visible information.
*
* This function returns true to indicate that an end state has been reached.
- * This means either an error occured or the printer changed to PT_WAITING
+ * This means either an error occurred or the printer changed to PT_WAITING
* (ready state).
*
* TODO: Maybe split this into further pieces, just look at that switch beneath
@@ -276,7 +276,7 @@ handle_status(ql_status *status)
/**
* Initialise the printer.
*
- * This will try a few times to initalise the printer. After the first try,
+ * This will try a few times to initialise the printer. After the first try,
* ql_init() will be called with flush=true. We will sleep for 100ms after each
* call to ql_init(), because I observed that sometimes data is not ready, but
* the timeout on cupsBackChannelRead will no come into effect. I guess I am