[book] fix typo.
authorPierre-Yves David <pierre-yves.david@logilab.fr>
Thu, 28 Feb 2013 11:19:36 +0100
changeset 8700 9064df1c2f99
parent 8699 864ffd247d70
child 8701 d94d3a3ba586
[book] fix typo. remove spurious `i`
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.