Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libterminfo fix typo in error message; database is spell...



details:   https://anonhg.NetBSD.org/src/rev/6d613168821e
branches:  trunk
changeset: 455760:6d613168821e
user:      jakllsch <jakllsch%NetBSD.org@localhost>
date:      Thu Apr 11 23:52:08 2019 +0000

description:
fix typo in error message; database is spelled with one 'b' and three 'a's

diffstat:

 lib/libterminfo/setupterm.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r a8c0f47469c4 -r 6d613168821e lib/libterminfo/setupterm.c
--- a/lib/libterminfo/setupterm.c       Thu Apr 11 23:50:01 2019 +0000
+++ b/lib/libterminfo/setupterm.c       Thu Apr 11 23:52:08 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: setupterm.c,v 1.8 2017/05/04 09:42:23 roy Exp $ */
+/* $NetBSD: setupterm.c,v 1.9 2019/04/11 23:52:08 jakllsch Exp $ */
 
 /*
  * Copyright (c) 2009, 2011 The NetBSD Foundation, Inc.
@@ -28,7 +28,7 @@
  */
 
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: setupterm.c,v 1.8 2017/05/04 09:42:23 roy Exp $");
+__RCSID("$NetBSD: setupterm.c,v 1.9 2019/04/11 23:52:08 jakllsch Exp $");
 
 #include <sys/ioctl.h>
 #include <assert.h>
@@ -107,7 +107,7 @@
                        /* NOTREACHED */
                case 0:
                        reterrarg(error,
-                           "%s: terminal not listed in terminfo datase",
+                           "%s: terminal not listed in terminfo database",
                            term);
                        /* NOTREACHED */
                default:



Home | Main Index | Thread Index | Old Index