defaut' should be default'.

This commit is contained in:
Martin Mares 2004-06-05 09:29:38 +00:00
parent 1512813e95
commit 189dab54a2

View file

@ -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;
}
}