From 189dab54a211d2d92148d2aae7130df3a080e7c8 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sat, 5 Jun 2004 09:29:38 +0000 Subject: [PATCH] `defaut' should be `default'. --- proto/ospf/dbdes.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/proto/ospf/dbdes.c b/proto/ospf/dbdes.c index aa9df739..bd78750c 100644 --- a/proto/ospf/dbdes.c +++ b/proto/ospf/dbdes.c @@ -349,8 +349,7 @@ ospf_dbdes_receive(struct ospf_dbdes_packet *ps, ospf_neigh_sm(n, INM_SEQMIS); } break; - defaut: + default: bug("Received dbdes from %I in undefined state.", n->ip); - break; } }