about summary refs log tree commit diff
path: root/converter/ppm/ppmtospu.c
diff options
context:
space:
mode:
Diffstat (limited to 'converter/ppm/ppmtospu.c')
-rw-r--r--converter/ppm/ppmtospu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/converter/ppm/ppmtospu.c b/converter/ppm/ppmtospu.c
index b558c1fe..a6acbaa0 100644
--- a/converter/ppm/ppmtospu.c
+++ b/converter/ppm/ppmtospu.c
@@ -292,7 +292,7 @@ computePalette(struct PixelType * const pixelType) {
 
     /* Uses popularity algorithm */
 
-    /* Count the occurences of each color */
+    /* Count the occurrences of each color */
 
     for (i = 0; i < 512; ++i)
         hist[i] = 0;