Jelmer Vernooij hai 2 meses
pai
achega
d1142542d9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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):