From 9b17619742e42e7af1cafcd87febd1c543c355bf Mon Sep 17 00:00:00 2001 From: giraffedata Date: Mon, 3 Oct 2011 00:04:00 +0000 Subject: typos in comments git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1582 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- urt/rle_open_f.c | 2 +- urt/rle_putrow.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'urt') 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. -- cgit 1.4.1