From: Martin Mares Date: Sat, 5 Jun 2004 09:29:38 +0000 (+0000) Subject: `defaut' should be `default'. X-Git-Tag: v1.2.0~319 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=189dab54a211d2d92148d2aae7130df3a080e7c8;p=thirdparty%2Fbird.git `defaut' should be `default'. --- diff --git a/proto/ospf/dbdes.c b/proto/ospf/dbdes.c index aa9df7392..bd78750c8 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; } }