diff options
| author | snj <snj@NetBSD.org> | 2009-02-18 04:17:44 +0000 |
|---|---|---|
| committer | snj <snj@NetBSD.org> | 2009-02-18 04:17:44 +0000 |
| commit | 3c510e6b438892bbb35a88797191315b032d3cfb (patch) | |
| tree | 1b79bf6fed057674221d9108610e8a1a74e8f6eb /sys/dev | |
| parent | aa58ef4867864ddacf799fe1c8d23e257bb50bff (diff) | |
s/portugese/portuguese/, spotted by Ari Constancio in PR misc/40202.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/wscons/wsemul_vt100.c | 8 | ||||
| -rw-r--r-- | sys/dev/wscons/wsemul_vt100_chars.c | 6 | ||||
| -rw-r--r-- | sys/dev/wscons/wsksymdef.h | 4 |
3 files changed, 9 insertions, 9 deletions
diff --git a/sys/dev/wscons/wsemul_vt100.c b/sys/dev/wscons/wsemul_vt100.c index af4b47940ea..7d54486e824 100644 --- a/sys/dev/wscons/wsemul_vt100.c +++ b/sys/dev/wscons/wsemul_vt100.c @@ -1,4 +1,4 @@ -/* $NetBSD: wsemul_vt100.c,v 1.30 2006/11/16 01:33:31 christos Exp $ */ +/* $NetBSD: wsemul_vt100.c,v 1.31 2009/02/18 04:17:44 snj Exp $ */ /* * Copyright (c) 1998 @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: wsemul_vt100.c,v 1.30 2006/11/16 01:33:31 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: wsemul_vt100.c,v 1.31 2009/02/18 04:17:44 snj Exp $"); #include "opt_wsmsgattrs.h" @@ -662,7 +662,7 @@ wsemul_vt100_output_scs96(struct wsemul_vt100_emuldata *edp, u_char c) int nrc; switch (c) { - case '%': /* probably portugese */ + case '%': /* probably portuguese */ newstate = VT100_EMUL_STATE_SCS96_PERCENT; break; case 'A': /* ISO-latin-1 supplemental */ @@ -713,7 +713,7 @@ static u_int wsemul_vt100_output_scs96_percent(struct wsemul_vt100_emuldata *edp, u_char c) { switch (c) { - case '6': /* portugese */ + case '6': /* portuguese */ vt100_setnrc(edp, 8); break; default: diff --git a/sys/dev/wscons/wsemul_vt100_chars.c b/sys/dev/wscons/wsemul_vt100_chars.c index 1f2a6bad4f6..103f0f17760 100644 --- a/sys/dev/wscons/wsemul_vt100_chars.c +++ b/sys/dev/wscons/wsemul_vt100_chars.c @@ -1,4 +1,4 @@ -/* $NetBSD: wsemul_vt100_chars.c,v 1.11 2005/12/11 12:24:12 christos Exp $ */ +/* $NetBSD: wsemul_vt100_chars.c,v 1.12 2009/02/18 04:17:44 snj Exp $ */ /* * Copyright (c) 1998 @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: wsemul_vt100_chars.c,v 1.11 2005/12/11 12:24:12 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: wsemul_vt100_chars.c,v 1.12 2009/02/18 04:17:44 snj Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -124,7 +124,7 @@ static const struct { /* norwegian /danish */ {{0x0023, 0x0040, 0x00c6, 0x00d8, 0x00c5, 0x005e, 0x005f, 0x0060, 0x00e6, 0x00f8, 0x00e5, 0x007e}}, - /* portugese */ + /* portuguese */ {{0x0023, 0x0040, 0x00c3, 0x00c7, 0x00d5, 0x005e, 0x005f, 0x0060, 0x00e3, 0x00e7, 0x00f5, 0x007e}}, /* spanish */ diff --git a/sys/dev/wscons/wsksymdef.h b/sys/dev/wscons/wsksymdef.h index 25fce7eef92..55489db800d 100644 --- a/sys/dev/wscons/wsksymdef.h +++ b/sys/dev/wscons/wsksymdef.h @@ -1,4 +1,4 @@ -/* $NetBSD: wsksymdef.h,v 1.61 2008/05/21 07:39:24 ghen Exp $ */ +/* $NetBSD: wsksymdef.h,v 1.62 2009/02/18 04:17:44 snj Exp $ */ /*- * Copyright (c) 1997 The NetBSD Foundation, Inc. @@ -590,7 +590,7 @@ action(KB_IT, 0, 0x0500, "it", , "Italian") \ action(KB_JP, 0, 0x0800, "jp", , "Japanese") \ action(KB_NO, 0, 0x0a00, "no", , "Norwegian") \ action(KB_PL, 0, 0x0d00, "pl", , "Polish") \ -action(KB_PT, 0, 0x1100, "pt", , "Portugese") \ +action(KB_PT, 0, 0x1100, "pt", , "Portuguese") \ action(KB_RU, 0, 0x0e00, "ru", , "Russian") \ action(KB_ES, 0, 0x0b00, "es", , "Spanish") \ action(KB_SV, 0, 0x0900, "sv", , "Swedish") \ |
