summaryrefslogtreecommitdiff
path: root/lib/libmenu
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2006-11-24 19:46:58 +0000
committerchristos <christos@NetBSD.org>2006-11-24 19:46:58 +0000
commit1665d5e960b3e7de8012efaed3e66e671f24a2dc (patch)
tree807ff6ea1e8e469b3e20584fd5e79a4a376a7843 /lib/libmenu
parentd8f5d5f0440cac425531b11e46b86429c83fad5f (diff)
fix spelling of accommodate; from Zapher.
Diffstat (limited to 'lib/libmenu')
-rw-r--r--lib/libmenu/internals.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libmenu/internals.c b/lib/libmenu/internals.c
index dc906d3d4da..26baab00d1b 100644
--- a/lib/libmenu/internals.c
+++ b/lib/libmenu/internals.c
@@ -1,4 +1,4 @@
-/* $NetBSD: internals.c,v 1.12 2003/03/09 01:08:48 lukem Exp $ */
+/* $NetBSD: internals.c,v 1.13 2006/11/24 19:46:58 christos Exp $ */
/*-
* Copyright (c) 1998-1999 Brett Lymn (blymn@baea.com.au, brett_lymn@yahoo.com.au)
@@ -27,7 +27,7 @@
*/
#include <sys/cdefs.h>
-__RCSID("$NetBSD: internals.c,v 1.12 2003/03/09 01:08:48 lukem Exp $");
+__RCSID("$NetBSD: internals.c,v 1.13 2006/11/24 19:46:58 christos Exp $");
#include <menu.h>
#include <ctype.h>
@@ -45,7 +45,7 @@ static void _menui_redraw_menu(MENU *menu, int old_top_row, int old_cur_item);
/*
* Link all the menu items together to speed up navigation. We need
* to calculate the widest item entry, then work out how many columns
- * of items the window will accomodate and then how many rows there will
+ * of items the window will accommodate and then how many rows there will
* be. Once the layout is determined the neighbours of each item is
* calculated and the item structures updated.
*/