From c31c31e57f1224e79effffe076bf367b22dfd385 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 27 Jan 2020 11:30:10 -0800 Subject: ; Spelling and URL fixes --- src/callproc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/callproc.c b/src/callproc.c index 6bd4ae22f63..07dcc4c3ae4 100644 --- a/src/callproc.c +++ b/src/callproc.c @@ -794,7 +794,7 @@ call_process (ptrdiff_t nargs, Lisp_Object *args, int filefd, signal_after_change hasn't. A continue statement restarts the enclosing while (1) loop. A second, unwanted, call to `prepare_to_modify_buffer' is inhibited - by the test perpared_pos < PT. The data are inserted + by the test prepared_pos < PT. The data are inserted again, and this time signal_after_change gets called, balancing the previous call to prepare_to_modify_buffer. */ if ((prepared_pos < PT) && nread) -- cgit v1.2.1