diff options
| author | andvar <andvar@NetBSD.org> | 2022-05-24 20:50:17 +0000 |
|---|---|---|
| committer | andvar <andvar@NetBSD.org> | 2022-05-24 20:50:17 +0000 |
| commit | 6a7344abbe6abad17f26ce35ffb034dc29b9c2c9 (patch) | |
| tree | 574c44f364521acb5554cf341884a2d06d106f0b /tests/lib/libc | |
| parent | 15c4694562c12c74c3d67cc46ded2909c5aec357 (diff) | |
fix various typos in comment, documentation and log messages.
Diffstat (limited to 'tests/lib/libc')
| -rw-r--r-- | tests/lib/libc/locale/t_digittoint.c | 6 | ||||
| -rw-r--r-- | tests/lib/libc/locale/t_wctype.c | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/tests/lib/libc/locale/t_digittoint.c b/tests/lib/libc/locale/t_digittoint.c index 9fbf20b0e8f..f852338f0af 100644 --- a/tests/lib/libc/locale/t_digittoint.c +++ b/tests/lib/libc/locale/t_digittoint.c @@ -1,4 +1,4 @@ -/* $NetBSD: t_digittoint.c,v 1.2 2017/06/01 15:45:02 perseant Exp $ */ +/* $NetBSD: t_digittoint.c,v 1.3 2022/05/24 20:50:20 andvar Exp $ */ /*- * Copyright (c) 2017 The NetBSD Foundation, Inc. @@ -32,7 +32,7 @@ #include <sys/cdefs.h> __COPYRIGHT("@(#) Copyright (c) 2017\ The NetBSD Foundation, inc. All rights reserved."); -__RCSID("$NetBSD: t_digittoint.c,v 1.2 2017/06/01 15:45:02 perseant Exp $"); +__RCSID("$NetBSD: t_digittoint.c,v 1.3 2022/05/24 20:50:20 andvar Exp $"); #include <locale.h> #include <stdio.h> @@ -88,7 +88,7 @@ ATF_TC(digittoint); ATF_TC_HEAD(digittoint, tc) { atf_tc_set_md_var(tc, "descr", - "Checks digittoint under diferent locales"); + "Checks digittoint under different locales"); } ATF_TC_BODY(digittoint, tc) diff --git a/tests/lib/libc/locale/t_wctype.c b/tests/lib/libc/locale/t_wctype.c index e6aa2930754..271da9f8927 100644 --- a/tests/lib/libc/locale/t_wctype.c +++ b/tests/lib/libc/locale/t_wctype.c @@ -1,4 +1,4 @@ -/* $NetBSD: t_wctype.c,v 1.2 2017/07/12 17:32:51 perseant Exp $ */ +/* $NetBSD: t_wctype.c,v 1.3 2022/05/24 20:50:20 andvar Exp $ */ /*- * Copyright (c) 2017 The NetBSD Foundation, Inc. @@ -32,7 +32,7 @@ #include <sys/cdefs.h> __COPYRIGHT("@(#) Copyright (c) 2017\ The NetBSD Foundation, inc. All rights reserved."); -__RCSID("$NetBSD: t_wctype.c,v 1.2 2017/07/12 17:32:51 perseant Exp $"); +__RCSID("$NetBSD: t_wctype.c,v 1.3 2022/05/24 20:50:20 andvar Exp $"); #include <locale.h> #include <stdio.h> @@ -262,7 +262,7 @@ ATF_TC(ctype); ATF_TC_HEAD(ctype, tc) { atf_tc_set_md_var(tc, "descr", - "Checks is* and isw* under diferent locales"); + "Checks is* and isw* under different locales"); } ATF_TC_BODY(ctype, tc) |
