X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/ad64ad24d66f32af7af302b625f7a7be0ac6b988..5e0ccec4397bd2d21cc1473681a62e7c2fb6afbe:/src/src/string.c diff --git a/src/src/string.c b/src/src/string.c index cd76e1f1c..a627611af 100644 --- a/src/src/string.c +++ b/src/src/string.c @@ -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;