Fix spelling.

tests/hard_coded/fold_days.m:
    As above.
This commit is contained in:
Julien Fischer
2026-04-07 16:31:41 +10:00
parent 942e98916f
commit 2537f8826e

View File

@@ -67,7 +67,7 @@ main(!IO) :-
foldl_days(write_date_time, Date6A, Date6B, !IO),
io.nl(!IO),
% Test 7: calender date of start is after that of end.
% Test 7: calendar date of start is after that of end.
Date7A = det_init_date_time(2026, april, 7, 0, 0, 0, 0),
Date7B = det_init_date_time(2025, april, 7, 0, 0, 0, 0),
io.write_string("Test 7:\n", !IO),