]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
`defaut' should be `default'.
authorMartin Mares <mj@ucw.cz>
Sat, 5 Jun 2004 09:29:38 +0000 (09:29 +0000)
committerMartin Mares <mj@ucw.cz>
Sat, 5 Jun 2004 09:29:38 +0000 (09:29 +0000)
proto/ospf/dbdes.c

index aa9df7392b8d4e366389ebd120adab84f7c56ed6..bd78750c85c66d411b77a1f94560a240c4299446 100644 (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;
   }
 }