Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
stweil committed Mar 22, 2018
1 parent 389868b commit beb2857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiling-–-GitInstallation.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ or to make a shallow clone with commit history truncated to the latest commit on
git clone --depth 1 https://github.com/tesseract-ocr/tesseract.git tesseract-ocr
```

or to clone a diffrent branch/version:
or to clone a different branch/version:
```
git clone https://github.com/tesseract-ocr/tesseract.git --branch <branchName> --single-branch tesseract-ocr
```
Expand Down

0 comments on commit beb2857

Please sign in to comment.