From 72cb7cfc6fff21d3fb9b3f1aa384ce4b17a4e8c0 Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Thu, 19 May 2011 16:10:46 +0000 Subject: 29307, 29308 + replies: Fix some doubled words in docs and comments. --- Src/jobs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Src/jobs.c') diff --git a/Src/jobs.c b/Src/jobs.c index 951f06d6e..b3ec0008c 100644 --- a/Src/jobs.c +++ b/Src/jobs.c @@ -531,7 +531,7 @@ update_job(Job jn) /* When MONITOR is set, the foreground process runs in a different * * process group from the shell, so the shell will not receive * - * terminal signals, therefore we we pretend that the shell got * + * terminal signals, therefore we pretend that the shell got * * the signal too. */ if (inforeground == 2 && isset(MONITOR) && WIFSIGNALED(status)) { int sig = WTERMSIG(status); -- cgit 1.4.1