X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/aa6e77afb5ba7df42fcff06cac744b1f4a4105d2..aded22555eeb31bc032f9bc58a83762981a58391:/src/src/expand.c diff --git a/src/src/expand.c b/src/src/expand.c index 2be7f9094..b2a921701 100644 --- a/src/src/expand.c +++ b/src/src/expand.c @@ -4814,7 +4814,7 @@ while (*s != 0) (void)sscanf(CS now,"%u",&inow); (void)sscanf(CS daystamp,"%u",&iexpire); - /* When "iexpire" is < 7, a "flip" has occured. + /* When "iexpire" is < 7, a "flip" has occurred. Adjust "inow" accordingly. */ if ( (iexpire < 7) && (inow >= 993) ) inow = 0; @@ -7490,7 +7490,7 @@ while (*s != 0) continue; } - /* Handle time period formating */ + /* Handle time period formatting */ case EOP_TIME_EVAL: {