Jelmer Vernooij 1 月之前
父节点
当前提交
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):