summaryrefslogtreecommitdiff
path: root/lib/libedit
diff options
context:
space:
mode:
authorsoren <soren@NetBSD.org>2000-03-13 22:55:05 +0000
committersoren <soren@NetBSD.org>2000-03-13 22:55:05 +0000
commit89c5a767f8fc7a4633b2d409966e2becbb98ff92 (patch)
tree478a03635e0cf63ab282f636b0793b4dfbfca9bc /lib/libedit
parent3872dc30f7c2e5e67fa8c65e08ea48171ebaaf1a (diff)
Fix doubled 'the's.
Diffstat (limited to 'lib/libedit')
-rw-r--r--lib/libedit/refresh.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libedit/refresh.c b/lib/libedit/refresh.c
index 6253cbf86a0..411e14e08b9 100644
--- a/lib/libedit/refresh.c
+++ b/lib/libedit/refresh.c
@@ -1,4 +1,4 @@
-/* $NetBSD: refresh.c,v 1.13 2000/02/19 09:08:16 mycroft Exp $ */
+/* $NetBSD: refresh.c,v 1.14 2000/03/13 22:59:22 soren Exp $ */
/*-
* Copyright (c) 1992, 1993
@@ -41,7 +41,7 @@
#if 0
static char sccsid[] = "@(#)refresh.c 8.1 (Berkeley) 6/4/93";
#else
-__RCSID("$NetBSD: refresh.c,v 1.13 2000/02/19 09:08:16 mycroft Exp $");
+__RCSID("$NetBSD: refresh.c,v 1.14 2000/03/13 22:59:22 soren Exp $");
#endif
#endif /* not lint && not SCCSID */
@@ -643,7 +643,7 @@ re_update_line(el, old, new, i)
* ^.....................^ ^..................^ ^........^
* \new \nfd \nsb \nse \nls \ne
*
- * fx is the difference in length between the the chars between nfd and
+ * fx is the difference in length between the chars between nfd and
* nsb, and the chars between ofd and osb, and is thus the number of
* characters to delete if < 0 (new is shorter than old, as above),
* or insert (new is longer than short).