[spelling] add comma

This commit is contained in:
ddidderr 2024-02-09 18:26:10 +01:00
parent 855f4cd8c8
commit d3fef99e54
Signed by: ddidderr
GPG Key ID: 3841F1C27E6F0E14

View File

@ -101,7 +101,7 @@ fn run() -> LogtimesResult {
f.flush()?; f.flush()?;
}; };
// clear line buffer so it is fresh for the next line // clear line buffer, so it is fresh for the next line
linebuf.clear(); linebuf.clear();
continue; continue;
} }