Mercurial > emacs
diff src/process.c @ 3591:507f64624555
Apply typo patches from Paul Eggert.
| author | Jim Blandy <jimb@redhat.com> |
|---|---|
| date | Wed, 09 Jun 1993 11:59:12 +0000 |
| parents | b4a552ca4e99 |
| children | 7ce5a10ed6d9 |
line wrap: on
line diff
--- a/src/process.c Wed Jun 09 11:33:38 1993 +0000 +++ b/src/process.c Wed Jun 09 11:59:12 1993 +0000 @@ -1683,7 +1683,7 @@ If read_kbd is a pointer to a struct Lisp_Process, then the function returns true iff we received input from that process before the timeout elapsed. - Otherwise, return true iff we recieved input from any process. */ + Otherwise, return true iff we received input from any process. */ wait_reading_process_input (time_limit, microsecs, read_kbd, do_display) int time_limit, microsecs; @@ -3121,7 +3121,7 @@ do_display != 0 means redisplay should be done to show subprocess output that arrives. This version of the function ignores it. - Return true iff we recieved input from any process. */ + Return true iff we received input from any process. */ int wait_reading_process_input (time_limit, microsecs, read_kbd, do_display)
