]> git.phdru.name Git - git-wiki.git/blobdiff - pep-git.txt
Fix minor misspelling
[git-wiki.git] / 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.