summaryrefslogtreecommitdiff
path: root/tests/kernel
diff options
context:
space:
mode:
authorandvar <andvar@NetBSD.org>2021-09-19 10:34:06 +0000
committerandvar <andvar@NetBSD.org>2021-09-19 10:34:06 +0000
commite9572cd91e8c2b32fdfafa9291efdcdb94426b3f (patch)
tree12ccc2339ef05ee2a461bd3183c744d1b598da4d /tests/kernel
parent754ed1f1f352714538fbfe50e8aa3f8380b33e31 (diff)
fix various typos in comments, messages and documentation.
Diffstat (limited to 'tests/kernel')
-rw-r--r--tests/kernel/t_kauth_pr_47598.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/kernel/t_kauth_pr_47598.c b/tests/kernel/t_kauth_pr_47598.c
index 41c95c36983..2c56f9b56da 100644
--- a/tests/kernel/t_kauth_pr_47598.c
+++ b/tests/kernel/t_kauth_pr_47598.c
@@ -27,7 +27,7 @@
#include <sys/cdefs.h>
__COPYRIGHT("@(#) Copyright (c) 2013\
The NetBSD Foundation, inc. All rights reserved.");
-__RCSID("$NetBSD: t_kauth_pr_47598.c,v 1.4 2020/02/10 16:51:48 riastradh Exp $");
+__RCSID("$NetBSD: t_kauth_pr_47598.c,v 1.5 2021/09/19 10:34:10 andvar Exp $");
#include <errno.h>
#include <unistd.h>
@@ -140,7 +140,7 @@ ATF_TC_BODY(kauth_curtain, tc)
printf("port is %d\n", ntohs(sa.sin_port));
err = connect(s2, (struct sockaddr *)&sa, sizeof(sa));
ATF_REQUIRE_MSG(err == -1 && errno == EINPROGRESS,
- "conect returned %d with errno %d", err, errno);
+ "connect returned %d with errno %d", err, errno);
fflush(stdout);
fflush(stderr);