diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2020-02-20 14:41:02 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2020-02-20 14:41:02 +0000 |
commit | bc9352f47c7daa3c62ff74f115857af0983312c0 (patch) | |
tree | abca893c00b24fff590b455a83158b3355806851 /usr.sbin/ntpd | |
parent | f2bcca5ae3cedf91c3409ed0eae636238d90b2f0 (diff) |
Typo in log message
Diffstat (limited to 'usr.sbin/ntpd')
-rw-r--r-- | usr.sbin/ntpd/constraint.c | 4 |
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; } } |