about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--converter/other/pnmtops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/converter/other/pnmtops.c b/converter/other/pnmtops.c
index 638c0128..88c1813a 100644
--- a/converter/other/pnmtops.c
+++ b/converter/other/pnmtops.c
@@ -154,7 +154,7 @@ validateCompDimension(unsigned int const value,
         unsigned int const maxScaleFactor = maxWidthHeight / value;
 
         if (scaleFactor > maxScaleFactor)
-            pm_error("%s is too large for compuations: %u", vname, value);
+            pm_error("%s is too large for computations: %u", vname, value);
     }
 }