Explorar el Código

Add a missing "a" back in

TuringTux hace 2 años
padre
commit
f049df3699
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      docs/tutorial/porcelain.txt

+ 1 - 1
docs/tutorial/porcelain.txt

@@ -25,7 +25,7 @@ Clone a repository
 
   >>> porcelain.clone("git://github.com/jelmer/dulwich", "dulwich-clone")
   
-Basic uthentication works using the ``username`` and ``password`` parameters:
+Basic authentication works using the ``username`` and ``password`` parameters:
 
   >>> porcelain.clone(
       "https://example.com/a-private-repo.git",