# HG changeset patch # User Matt Harbison # Date 1435158900 14400 # Node ID edd2d20ac687c1b112ba5b53c93dcc6456f36d76 # Parent ff5172c830022b64cc5bd1bae36b2276e9dc6e5d templatekw: correct typo in activebookmark documentation diff -r ff5172c83002 -r edd2d20ac687 mercurial/templatekw.py --- a/mercurial/templatekw.py Wed Jun 24 13:41:27 2015 -0500 +++ b/mercurial/templatekw.py Wed Jun 24 11:15:00 2015 -0400 @@ -228,7 +228,7 @@ return showactivebookmark(**args) def showactivebookmark(**args): - """:activetbookmark: String. The active bookmark, if it is + """:activebookmark: String. The active bookmark, if it is associated with the changeset""" active = args['repo']._activebookmark if active and active in args['ctx'].bookmarks():