Skip to content

Commit d65e917

Browse files
authored
Merge pull request #217 from hartwork/fix-in-code-comment
`ttyplot.c`: Fix in-code comment
2 parents f2837df + c34f65a commit d65e917

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ttyplot.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -826,7 +826,7 @@ int main(int argc, char *argv[]) {
826826
}
827827

828828
// To make UI testing more robust, we display a clock that is frozen at
829-
// "Thu Jan 1 00:00:03 1970" when variable FAKETIME is set
829+
// "Thu Jan 1 00:00:00 1970" when variable FAKETIME is set
830830
fake_clock = (getenv("FAKETIME") != NULL);
831831

832832
setlocale(LC_ALL, "");

0 commit comments

Comments
 (0)