tests/test-shelve.t
changeset 30332 318a24b52eeb
parent 30152 d65e246100ed
child 30460 ce3a133f71b3
--- a/tests/test-shelve.t	Thu Nov 03 17:31:14 2016 -0700
+++ b/tests/test-shelve.t	Mon Oct 17 23:16:55 2016 +0200
@@ -1493,7 +1493,7 @@
 When i unshelve resulting in merge conflicts and makes saved
 file shelvedstate looks like in previous versions in
 mercurial(without restore branch information in 7th line) i
-expect that after resolving conflicts and succesfully
+expect that after resolving conflicts and successfully
 running 'shelve --continue' the branch information won't be
 restored and branch will be unchanged.
 
@@ -1587,7 +1587,7 @@
   default
   $ cd ..
 
-Prepare unshleve with a corrupted shelvedstate
+Prepare unshelve with a corrupted shelvedstate
   $ hg init r1 && cd r1
   $ echo text1 > file && hg add file
   $ hg shelve