about summary refs log tree commit diff
path: root/urt
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2011-10-03 00:04:00 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2011-10-03 00:04:00 +0000
commit9b17619742e42e7af1cafcd87febd1c543c355bf (patch)
treef7b1c9b2b803d587d6acffadab8ac5cfae75721a /urt
parent13448a9ced3d4ad1582e81980decf78a727a078b (diff)
downloadnetpbm-mirror-9b17619742e42e7af1cafcd87febd1c543c355bf.tar.gz
netpbm-mirror-9b17619742e42e7af1cafcd87febd1c543c355bf.tar.xz
netpbm-mirror-9b17619742e42e7af1cafcd87febd1c543c355bf.zip
typos in comments
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1582 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'urt')
-rw-r--r--urt/rle_open_f.c2
-rw-r--r--urt/rle_putrow.c2
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.