diff options
author | 2010-11-24 00:58:10 +0000 | |
---|---|---|
committer | 2010-11-24 00:58:10 +0000 | |
commit | 81c446c20b7490cb3a917a17379440758390e491 (patch) | |
tree | 5c9466712bb17c7edb958cabb70a66f1438a0079 | |
parent | malloc the temporary struct pppx_if used in pppx_if_find (it's currently (diff) | |
download | wireguard-openbsd-81c446c20b7490cb3a917a17379440758390e491.tar.xz wireguard-openbsd-81c446c20b7490cb3a917a17379440758390e491.zip |
fix spelling in an error message
-rw-r--r-- | usr.sbin/bgpd/rde.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bgpd/rde.c b/usr.sbin/bgpd/rde.c index aba3bc2df5b..bc505f86d24 100644 --- a/usr.sbin/bgpd/rde.c +++ b/usr.sbin/bgpd/rde.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rde.c,v 1.301 2010/11/18 12:18:31 claudio Exp $ */ +/* $OpenBSD: rde.c,v 1.302 2010/11/24 00:58:10 sthen Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -2725,7 +2725,7 @@ rde_up_dump_upcall(struct rib_entry *re, void *ptr) struct rde_peer *peer = ptr; if (re->ribid != peer->ribid) - fatalx("King Bula: monsterous evil horror."); + fatalx("King Bula: monstrous evil horror."); if (re->active == NULL) return; up_generate_updates(rules_l, peer, re->active, NULL); |