Browse Source

Add a missing "a" back in

TuringTux 2 years ago
parent
commit
f049df3699
1 changed files with 1 additions and 1 deletions
  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",