diff options
Diffstat (limited to 'urt')
-rw-r--r-- | urt/rle_open_f.c | 2 | ||||
-rw-r--r-- | urt/rle_putrow.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/urt/rle_open_f.c b/urt/rle_open_f.c index 0f1fc757..956d5d01 100644 --- a/urt/rle_open_f.c +++ b/urt/rle_open_f.c @@ -234,7 +234,7 @@ dealWithSubprocess(const char * const file_name, * will return a pointer to stdin or stdout depending on the mode. * If the user specifies a non-null file name and an I/O error occurs * when trying to open the file, rle_open_f will terminate execution with - * an appropiate error message. + * an appropriate error message. * * parameters * input: diff --git a/urt/rle_putrow.c b/urt/rle_putrow.c index 230720f8..e85d83d8 100644 --- a/urt/rle_putrow.c +++ b/urt/rle_putrow.c @@ -62,7 +62,7 @@ * Assumptions: * * Algorithm: - * Search for occurences of pixels not of the given color outside + * Search for occurrences of pixels not of the given color outside * the runs already found. When some are found, add a new run or * extend an existing one. Adjacent runs with fewer than two * pixels intervening are merged. |