From ef75bc880e579b977ea0f5e04029e2509a9c0b4a Mon Sep 17 00:00:00 2001 From: Yuri Chornoivan Date: Thu, 11 Apr 2013 20:51:39 +0300 Subject: Fix various typos --- text-utils/more.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'text-utils') diff --git a/text-utils/more.c b/text-utils/more.c index 496b1168f..66de2bf94 100644 --- a/text-utils/more.c +++ b/text-utils/more.c @@ -1774,7 +1774,7 @@ void initterm(void) { int tgrp; /* Wait until we're in the foreground before we - * save the the terminal modes. */ + * save the terminal modes. */ if ((tgrp = tcgetpgrp(fileno(stdout))) < 0) { perror("tcgetpgrp"); exit(EXIT_FAILURE); -- cgit v1.2.3-55-g7522