Jelmer Vernooij 2 luni în urmă
părinte
comite
1f25c2240f
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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):