# HG changeset patch # User Kevin Bullock # Date 2012-12-07 17:30:38 # Node ID 20459152c7ac7558738856b983b7b0b5a623769f # Parent 551e2901192e7a499baad81892ac4bb3e981f673 bookmarks: spelling correction in docstring diff --git a/mercurial/bookmarks.py b/mercurial/bookmarks.py --- a/mercurial/bookmarks.py +++ b/mercurial/bookmarks.py @@ -80,7 +80,7 @@ class bmstore(dict): def readcurrent(repo): '''Get the current bookmark - If we use gittishsh branches we have a current bookmark that + If we use gittish branches we have a current bookmark that we are on. This function returns the name of the bookmark. It is stored in .hg/bookmarks.current '''