changeset 1914:17782631d7e8

spelling: changeset
author timeless@gmail.com
date Fri, 18 Mar 2016 15:00:58 +0000
parents 3d3c02e6848a
children cb651dbd0965
files hgext3rd/topic/stack.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/hgext3rd/topic/stack.py	Fri Mar 18 08:14:45 2016 -0700
+++ b/hgext3rd/topic/stack.py	Fri Mar 18 15:00:58 2016 +0000
@@ -26,7 +26,7 @@
         if p1.obsolete():
             p1 = repo[_singlesuccessor(repo, p1)]
         if p1.rev() != prev:
-            # display the parent of the chanset
+            # display the parent of the changeset
             state = 'base'
             symbol= '_'
             fm.startitem()