Browse Source

typo

OPENBSD_6_7
deraadt 4 years ago
parent
commit
434126328c
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/usr.sbin/ntpd/client.c

+ 2
- 2
src/usr.sbin/ntpd/client.c View File

@ -1,4 +1,4 @@
/* $OpenBSD: client.c,v 1.110 2019/07/07 07:14:57 otto Exp $ */
/* $OpenBSD: client.c,v 1.111 2019/11/10 16:56:30 deraadt Exp $ */
/*
* Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
@ -240,7 +240,7 @@ handle_auto(double offset)
/*
* It happens the (constraint) resolves initially fail, don't give up
* but see if we get validatd replies later.
* but see if we get validated replies later.
*/
if (conf->constraint_median == 0)
return;


Loading…
Cancel
Save