]> git.phdru.name Git - git-wiki.git/commitdiff
Fix minor misspelling
authorOleg Broytman <phd@phdru.name>
Fri, 26 Jun 2015 23:26:44 +0000 (02:26 +0300)
committerOleg Broytman <phd@phdru.name>
Fri, 26 Jun 2015 23:26:44 +0000 (02:26 +0300)
pep-git.txt

index 74584f612b9364b87b6d7cf5191bd6bf13ac0ec3..3158a4a8d6f066ff078c9532aafbf96029d354db 100644 (file)
@@ -383,7 +383,7 @@ file(s) to that one of a commit. Like this::
 
     git checkout HEAD~ README
 
-The commands restores the contente of README file to the last but one
+The commands restores the contents of README file to the last but one
 commit in the current branch. By default a commit ID is simple HEAD;
 i.e. ``git checkout README`` restores README to the latest commit.