# HG changeset patch # User Wagner Bruna # Date 1240270717 10800 # Node ID 6dcf425cc2a634e87d2907b9dda4636b82cee35b # Parent 89b6450148d0bea45b30b87640eacb228d51db70 bookmarks: fix typo diff -r 89b6450148d0 -r 6dcf425cc2a6 hgext/bookmarks.py --- a/hgext/bookmarks.py Sun Apr 05 05:13:39 2009 -0300 +++ b/hgext/bookmarks.py Mon Apr 20 20:38:37 2009 -0300 @@ -93,7 +93,7 @@ '''Set the name of the bookmark that we are currently on Set the name of the bookmark that we are on (hg update ). - The name is recoreded in .hg/bookmarks.current + The name is recorded in .hg/bookmarks.current ''' if current(repo) == mark: return