Fixed typo

This commit is contained in:
Roland 2015-09-20 18:52:48 +00:00
parent affd2f840a
commit 3b8df89962

View File

@ -380,7 +380,7 @@ git archive master --format=zip --output=master.zip
git add --all && git commit --amend --no-edit
```
## Purnes branches that have been deleted in the remote.
## Prunes branches that have been deleted in the remote.
```sh
git fetch -p
```