summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ntpd
diff options
context:
space:
mode:
authorotto <otto@openbsd.org>2020-02-20 14:41:01 +0000
committerotto <otto@openbsd.org>2020-02-20 14:41:01 +0000
commitd2460e3acf66be3e7fe9e5bb6ecf904d2692d13e (patch)
treeaba24880952d4a23f0595b91bf91a3230f56dedb /usr.sbin/ntpd
parentIntroduce the concept of queue to prepare supporting multiple of them. (diff)
downloadwireguard-openbsd-d2460e3acf66be3e7fe9e5bb6ecf904d2692d13e.tar.xz
wireguard-openbsd-d2460e3acf66be3e7fe9e5bb6ecf904d2692d13e.zip
Typo in log message
Diffstat (limited to 'usr.sbin/ntpd')
-rw-r--r--usr.sbin/ntpd/constraint.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ntpd/constraint.c b/usr.sbin/ntpd/constraint.c
index 3df3a1aa9e5..6529070d141 100644
--- a/usr.sbin/ntpd/constraint.c
+++ b/usr.sbin/ntpd/constraint.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: constraint.c,v 1.49 2020/02/12 19:14:56 otto Exp $ */
+/* $OpenBSD: constraint.c,v 1.50 2020/02/20 14:41:01 otto Exp $ */
/*
* Copyright (c) 2015 Reyk Floeter <reyk@openbsd.org>
@@ -722,7 +722,7 @@ constraint_msg_close(u_int32_t id, u_int8_t *data, size_t len)
cnt++;
if (cnt > 0 && ++total_fails >= cnt &&
conf->constraint_median == 0) {
- log_warnx("constrainst configured but none available");
+ log_warnx("constraints configured but none available");
total_fails = 0;
}
}