Amend typos and grammar errors

This commit is contained in:
Jason
2019-11-25 20:03:25 +09:00
committed by Johannes Altmanninger
parent 7d5b44e828
commit 3cf6ebc0e1
64 changed files with 75 additions and 75 deletions

View File

@@ -263,7 +263,7 @@ static maybe_t<char_event_t> interrupt_handler() {
// Reap stray processes, including printing exit status messages.
// TODO: shouldn't need this parser here.
if (job_reap(parser, true)) reader_repaint_needed();
// Tell the reader an event occured.
// Tell the reader an event occurred.
if (reader_reading_interrupted()) {
auto vintr = shell_modes.c_cc[VINTR];
if (vintr == 0) {