From b3ae1c1f42c24507a8b76ad0662be8d741bd2370 Mon Sep 17 00:00:00 2001 From: Clemens Fries Date: Mon, 20 Jul 2015 22:55:08 +0200 Subject: Fixed some typos in the documentation --- src/rastertoql570.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/rastertoql570.c') 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 -- cgit