From 062f16708b796362ff60057edb10209113a07ab0 Mon Sep 17 00:00:00 2001 From: otto <> Date: Thu, 20 Feb 2020 14:41:01 +0000 Subject: [PATCH] Typo in log message --- src/usr.sbin/ntpd/constraint.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/usr.sbin/ntpd/constraint.c b/src/usr.sbin/ntpd/constraint.c index 3df3a1aa..6529070d 100644 --- a/src/usr.sbin/ntpd/constraint.c +++ b/src/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 @@ -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; } }