Skip to content

Commit

Permalink
Merge pull request #198 from polluks/typo
Browse files Browse the repository at this point in the history
Fixed minor typo
  • Loading branch information
MockbaTheBorg authored Aug 19, 2024
2 parents 89eba76 + 0e61cab commit c96eaca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RunCPM/abstraction_posix.h
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,7 @@ static void _abort_if_kbd_eof() {
// this means EOF on stdin. Assuming that stdin is connected to a
// file or pipe, further reading from stdin won't read from the
// keyboard but just continue to yield EOF.
// On Windows, this problem doesn't exist because of the separete
// On Windows, this problem doesn't exist because of the separate
// conio.h.
if (!streamInputActive && streamInputFile == stdin) {
_puts("\nEOF on console input from stdin\n");
Expand Down

0 comments on commit c96eaca

Please sign in to comment.