summaryrefslogtreecommitdiffstats
path: root/src/terminal.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/terminal.c')
-rw-r--r--src/terminal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/terminal.c b/src/terminal.c
index 8f80f9fa26..a88e4bc0fa 100644
--- a/src/terminal.c
+++ b/src/terminal.c
@@ -1591,7 +1591,7 @@ term_job_running_check(term_T *term, int check_job_status)
{
job_T *job = term->tl_job;
- // Careful: Checking the job status may invoked callbacks, which close
+ // Careful: Checking the job status may invoke callbacks, which close
// the buffer and terminate "term". However, "job" will not be freed
// yet.
if (check_job_status)