]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Typo in comment.
authorOndrej Filip <feela@network.cz>
Wed, 17 May 2000 00:28:11 +0000 (00:28 +0000)
committerOndrej Filip <feela@network.cz>
Wed, 17 May 2000 00:28:11 +0000 (00:28 +0000)
proto/ospf/lsalib.c

index b262b862d840077b578f31cf1ca072a24d37c925..646e4789ec339be503917a1b452b887aedd59c66 100644 (file)
@@ -389,7 +389,7 @@ lsa_install_new(struct ospf_lsa_header *lsa, void *body, struct ospf_area *oa,
     if(en->lsa_body!=NULL) mb_free(en->lsa_body);
     en->lsa_body=body;
     memcpy(&en->lsa,lsa,sizeof(struct ospf_lsa_header));
-    /* FIXME decide if route calcualtion must be done and how */
+    /* FIXME decide if route calculation must be done and how */
     if(oa->rt!=NULL)
     {
       DBG("Starting routing table calculation.\n");