X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=vector%2Frelation.h;h=f76f1bb4fa3976bba435477c13871e6e34be13d8;hb=a4e15c51ff79f329b6069f0b645af48507375438;hp=e66d5706c17ac5a78ba7f0c7845c6f84d4978f97;hpb=47f0e2bd1cc8942f5c92ffa2f37db416d98d9e9e;p=rrq%2Frrqmisc.git diff --git a/vector/relation.h b/vector/relation.h index e66d570..f76f1bb 100644 --- a/vector/relation.h +++ b/vector/relation.h @@ -72,7 +72,7 @@ extern relation *relation_create(tupleschema *schema); * \see tupleschema_mask, relation_add * \related relation */ -extern int relation_add_contraint(relation *r,tupleschema *key); +extern int relation_add_constraint(relation *r,tupleschema *key); /** * \brief Add the tuple to the relation.