##// END OF EJS Templates
vcs: fix typo in MercurialChangeset.committer...
Mads Kiilerich -
r3491:bdb99740 beta
parent child Browse files
Show More
@@ -45,7 +45,7 b' class MercurialChangeset(BaseChangeset):'
45 45
46 46 @LazyProperty
47 47 def commiter(self):
48 return safe_unicode(self.auhtor)
48 return safe_unicode(self.author)
49 49
50 50 @LazyProperty
51 51 def author(self):
General Comments 0
You need to be logged in to leave comments. Login now