summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudio Jeker <claudio@cvs.openbsd.org>2004-08-05 21:28:51 +0000
committerClaudio Jeker <claudio@cvs.openbsd.org>2004-08-05 21:28:51 +0000
commit0efaa45ab115535d522da74a342156027df2297b (patch)
tree82b334a4229699563e7aab17df4fae6da07c90a4
parent3e297267a1db1cd1a3b0538d8a4b260095ef430f (diff)
comapring -> comparing noticed by brad@.
-rw-r--r--usr.sbin/bgpd/rde_prefix.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bgpd/rde_prefix.c b/usr.sbin/bgpd/rde_prefix.c
index 80f12a6cc2a..c82c84b29db 100644
--- a/usr.sbin/bgpd/rde_prefix.c
+++ b/usr.sbin/bgpd/rde_prefix.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rde_prefix.c,v 1.19 2004/08/05 19:23:10 claudio Exp $ */
+/* $OpenBSD: rde_prefix.c,v 1.20 2004/08/05 21:28:50 claudio Exp $ */
/*
* Copyright (c) 2003, 2004 Claudio Jeker <claudio@openbsd.org>
@@ -245,7 +245,7 @@ pt_prefix_cmp(const struct pt_entry *a, const struct pt_entry *b)
int i;
if (a->af != b->af)
- fatalx("king bula sez: comapring pears with apples");
+ fatalx("king bula sez: comparing pears with apples");
switch (a->af) {
case AF_INET: