summaryrefslogtreecommitdiffstats
path: root/text-utils/more.c
diff options
context:
space:
mode:
authorYuri Chornoivan2013-04-11 19:51:39 +0200
committerKarel Zak2013-04-26 12:50:03 +0200
commitef75bc880e579b977ea0f5e04029e2509a9c0b4a (patch)
tree79987cfdaaf444de2e47e17638d1da8d7859417c /text-utils/more.c
parentwipefs: clean up code (diff)
downloadkernel-qcow2-util-linux-ef75bc880e579b977ea0f5e04029e2509a9c0b4a.tar.gz
kernel-qcow2-util-linux-ef75bc880e579b977ea0f5e04029e2509a9c0b4a.tar.xz
kernel-qcow2-util-linux-ef75bc880e579b977ea0f5e04029e2509a9c0b4a.zip
Fix various typos
Diffstat (limited to 'text-utils/more.c')
-rw-r--r--text-utils/more.c2
1 files changed, 1 insertions, 1 deletions
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);