Browse Source

typo in errx() string

OPENBSD_5_5
sthen 10 years ago
parent
commit
8b3ce8e88e
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/usr.sbin/ntpd/ntpd.c

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

@ -1,4 +1,4 @@
/* $OpenBSD: ntpd.c,v 1.77 2014/01/22 02:55:15 benno Exp $ */
/* $OpenBSD: ntpd.c,v 1.78 2014/01/28 22:57:37 sthen Exp $ */
/*
* Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
@ -687,7 +687,7 @@ ctl_lookup_option(char *cmd, const char **list)
if (item == NULL)
item = *list;
else
errx(1, "%s is ambigious", cmd);
errx(1, "%s is ambiguous", cmd);
}
return (item);
}


Loading…
Cancel
Save