summaryrefslogtreecommitdiffstats
path: root/boggle
diff options
context:
space:
mode:
authorsoren <soren@NetBSD.org>2000-03-13 22:46:59 +0000
committersoren <soren@NetBSD.org>2000-03-13 22:46:59 +0000
commit79007212767e9049f01dd08ce75faf22e3932339 (patch)
tree9fd6ddd26c831c1face7b9cdc0d22f4eb1899cbe /boggle
parent1acacb969fa0d0b0cdafe6f4c005bd083e16ea4d (diff)
downloadbsdgames-darwin-79007212767e9049f01dd08ce75faf22e3932339.tar.gz
bsdgames-darwin-79007212767e9049f01dd08ce75faf22e3932339.tar.zst
bsdgames-darwin-79007212767e9049f01dd08ce75faf22e3932339.zip
Fix doubled 'the' in comment.
Diffstat (limited to 'boggle')
-rw-r--r--boggle/boggle/prtable.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/boggle/boggle/prtable.c b/boggle/boggle/prtable.c
index 063d51a0..6796df97 100644
--- a/boggle/boggle/prtable.c
+++ b/boggle/boggle/prtable.c
@@ -1,4 +1,4 @@
-/* $NetBSD: prtable.c,v 1.5 1999/09/08 21:17:45 jsm Exp $ */
+/* $NetBSD: prtable.c,v 1.6 2000/03/13 22:49:31 soren Exp $ */
/*-
* Copyright (c) 1993
@@ -40,7 +40,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: prtable.c,v 1.5 1999/09/08 21:17:45 jsm Exp $");
+__RCSID("$NetBSD: prtable.c,v 1.6 2000/03/13 22:49:31 soren Exp $");
#endif /* not lint */
#include <curses.h>
@@ -63,7 +63,7 @@ static int get_maxlen __P((const char *const [], int, int (*)(const char *const
* length - address of the routine to call to determine the length
* of string to be printed
*
- * prtable and length are called with the the address of the base and
+ * prtable and length are called with the address of the base and
* an index
*/
void