Retries: rework DB keys, and fix exinext IPv6. Bug 3086
[exim.git] / src / src / string.c
index cd76e1f1c1ec27d37e42cfe6b821b13d0562afef..a627611afa32b424d843875937df253a1dc565ab 100644 (file)
@@ -1698,7 +1698,7 @@ while (*fp)
        }
 
       /* If a width is not specified and the precision is specified, set
-      the width to the precision, or the string length if shorted. */
+      the width to the precision, or the string length if shorter. */
 
       else if (precision >= 0)
        width = precision < slen ? precision : slen;