2
0
Jelmer Vernooij 2 сар өмнө
parent
commit
1f25c2240f
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      dulwich/cli.py

+ 1 - 1
dulwich/cli.py

@@ -745,7 +745,7 @@ class cmd_stash_pop(Command):
         parser = optparse.OptionParser()
         options, args = parser.parse_args(args)
         porcelain.stash_pop(".")
-        print("Restrored working directory and index state")
+        print("Restored working directory and index state")
 
 
 class cmd_stash(SuperCommand):