diff -r 864ffd247d70 -r 9064df1c2f99 doc/book/en/devrepo/migration.rst --- a/doc/book/en/devrepo/migration.rst Sat Feb 16 21:46:24 2013 +0100 +++ b/doc/book/en/devrepo/migration.rst Thu Feb 28 11:19:36 2013 +0100 @@ -139,7 +139,7 @@ * `drop_relation_type(rtype, commit=True)`, removes a relation type and all the definitions of this type. -* `rename_relationi_type(oldname, newname, commit=True)`, renames a relation type. +* `rename_relation_type(oldname, newname, commit=True)`, renames a relation type. * `add_relation_definition(subjtype, rtype, objtype, commit=True)`, adds a new relation definition.