aboutsummaryrefslogtreecommitdiff
path: root/manual/global_interfaces.md
diff options
context:
space:
mode:
authorOskari Timperi <oskari.timperi@iki.fi>2019-10-26 10:40:10 +0300
committerOskari Timperi <oskari.timperi@iki.fi>2019-10-26 10:40:10 +0300
commitc07ed1986623ab697c1e76822afc416fc76a8caa (patch)
treee28e6cbe2fa8481d3493f5794e1f14b9ff68acf1 /manual/global_interfaces.md
parent868fba56526185e2939b21af77285f25b4a922aa (diff)
downloadxmake-docs-c07ed1986623ab697c1e76822afc416fc76a8caa.tar.gz
xmake-docs-c07ed1986623ab697c1e76822afc416fc76a8caa.zip
Fix typosfix-typos
Diffstat (limited to 'manual/global_interfaces.md')
-rw-r--r--manual/global_interfaces.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/manual/global_interfaces.md b/manual/global_interfaces.md
index f47762f2..362e5ca6 100644
--- a/manual/global_interfaces.md
+++ b/manual/global_interfaces.md
@@ -320,7 +320,7 @@ Of course, if we have no special requirements for the version of the dependency
add_requires("tbox", "libpng", "zlib")
```
-This will use the latest known version of the package, or the source code compiled from the master branch. If the current package has a git repo address we can also specify a specific branch version:
+This will use the latest known version of the package, or the source code compiled from the master branch. If the current package has a git repository address we can also specify a specific branch version:
```lua
add_requires("tbox master")
@@ -483,7 +483,7 @@ We can add through this interface:
add_repositories("my-repo git@github.com:myrepo/xmake-repo.git")
```
-If we just want to add one or two private packages, this time to build a git repo is too big, we can directly put the package repository into the project, for example:
+If we just want to add one or two private packages, this time to build a git repository is too big, we can directly put the package repository into the project, for example:
```
projectdir