about summary refs log tree commit diff
path: root/urt/rle_putrow.c
diff options
context:
space:
mode:
Diffstat (limited to 'urt/rle_putrow.c')
-rw-r--r--urt/rle_putrow.c2
1 files changed, 1 insertions, 1 deletions
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.