diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-01-05 22:41:38 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-01-05 22:41:38 +0000 |
commit | f79f7a68f5ed63574a184a8f72f6528b044126a4 (patch) | |
tree | 0ded9bafc8f500917a954e1cb3b866f8b9d6eaa9 /lib/libmenu | |
parent | 06f022e0504b6deb380869038d86cdf88120a950 (diff) |
spelling
Diffstat (limited to 'lib/libmenu')
-rw-r--r-- | lib/libmenu/m_global.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libmenu/m_global.c b/lib/libmenu/m_global.c index fa7392cdd2c..762261bb017 100644 --- a/lib/libmenu/m_global.c +++ b/lib/libmenu/m_global.c @@ -1,4 +1,4 @@ -/* $OpenBSD: m_global.c,v 1.6 2001/01/22 18:02:03 millert Exp $ */ +/* $OpenBSD: m_global.c,v 1.7 2003/01/05 22:41:37 deraadt Exp $ */ /**************************************************************************** * Copyright (c) 1998,2000 Free Software Foundation, Inc. * @@ -160,7 +160,7 @@ INLINE static void ResetConnectionInfo(MENU *menu, ITEM **items) | Decorate all the items with a number and a backward | pointer to the menu. | -| Return Values : TRUE - successfull connection +| Return Values : TRUE - successful connection | FALSE - connection failed +--------------------------------------------------------------------------*/ NCURSES_EXPORT(bool) |