diff options
Diffstat (limited to 'usr.sbin/dvmrpd')
-rw-r--r-- | usr.sbin/dvmrpd/rde.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/dvmrpd/rde.c b/usr.sbin/dvmrpd/rde.c index 8f79137a939..22081a5c2b9 100644 --- a/usr.sbin/dvmrpd/rde.c +++ b/usr.sbin/dvmrpd/rde.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rde.c,v 1.31 2021/01/19 12:29:46 claudio Exp $ */ +/* $OpenBSD: rde.c,v 1.32 2022/12/28 21:30:16 jmc Exp $ */ /* * Copyright (c) 2004, 2005 Claudio Jeker <claudio@openbsd.org> @@ -352,7 +352,7 @@ rde_select_ds_ifs(struct mfc *mfc, struct iface *iface) rn = rt_match_origin(mfc->origin.s_addr); if (rn == NULL) { - log_debug("rde_selected_ds_iface: no informations about " + log_debug("rde_selected_ds_iface: no information about " "the origin %s", inet_ntoa(mfc->origin)); return (0); } |