spelling correction
[rrq/rrqmisc.git] / vector / relation.c
index 8ab343f6cb739104768bd02116a5472f9ce8dfee..e7469de74b203b3b56ef8f6d45a2f9329bfa6f91 100644 (file)
@@ -27,7 +27,7 @@ relation *relation_create(tupleschema *schema) {
 // Add an indexing hashvector to the relation using the nominated
 // column indexes being the value part. the key must be a clone of the
 // relation columns but with some columns reset.
-int relation_add_contraint(relation *r,tupleschema *key) {
+int relation_add_constraint(relation *r,tupleschema *key) {
     tupleschema *primary = (tupleschema *) r->content.type;
     if ( primary->arity != key->arity ) {
        return -1; // no good