From 526e5233cc0e2375798bdc79329a893302fdfb4b Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 15 Aug 2013 22:15:51 -0700 Subject: Spelling fixes. --- src/process.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/process.c') diff --git a/src/process.c b/src/process.c index 892a5aa86c5..64cb401c06a 100644 --- a/src/process.c +++ b/src/process.c @@ -1893,7 +1893,7 @@ create_process (Lisp_Object process, char **new_argv, Lisp_Object current_dir) #ifndef WINDOWSNT /* Wait for child_setup to complete in case that vfork is actually defined as fork. The descriptor - XPROCESS (proc)->open_fd[EXEC_MOINTOR_OUTPUT] + XPROCESS (proc)->open_fd[EXEC_MONITOR_OUTPUT] of a pipe is closed at the child side either by close-on-exec on successful execve or the _exit call in child_setup. */ { -- cgit v1.2.1