about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--analyzer/pamtilt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/analyzer/pamtilt.c b/analyzer/pamtilt.c
index 8fa34791..e6a1b133 100644
--- a/analyzer/pamtilt.c
+++ b/analyzer/pamtilt.c
@@ -313,7 +313,7 @@ scoreAngle(const struct pam * const pamP,
 -----------------------------------------------------------------------------*/
     float  const radians = (float)angle/360 * 2 * M_PI;
     float  const dy      = hstep * tan(radians);
-        /* How much a line sinks due to the tilt when we move one sample
+        /* How much a line sinks because of the tilt when we move one sample
            ('hstep' columns of the image) to the right.
         */
     if (fabs(dy * hsamples) > pamP->height) {