summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2016-07-05 09:11:51 (GMT)
committerTony Theodore <tonyt@logyst.com>2016-07-05 09:11:51 (GMT)
commitb27725c753dacc8ff53a526dd67427a6984b8175 (patch)
tree7b8954739c92ea678c24549315098913a4c9a435
parente126df803b5c954c72e5ec34a2e7649a69e6594e (diff)
downloadmxe-b27725c753dacc8ff53a526dd67427a6984b8175.zip
mxe-b27725c753dacc8ff53a526dd67427a6984b8175.tar.gz
mxe-b27725c753dacc8ff53a526dd67427a6984b8175.tar.bz2
plugins/README.md: fix typos
-rw-r--r--plugins/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/README.md b/plugins/README.md
index 9f8726c..6200938 100644
--- a/plugins/README.md
+++ b/plugins/README.md
@@ -129,13 +129,13 @@ files are named). This is an on-going work that will be addressed.
To change the set of patches applied:
```make
-foo_PATHCES := /path/to/fisrt.patch /path/to/second.patch
+foo_PATCHES := /path/to/first.patch /path/to/second.patch
```
To apply no patches:
```make
-foo_PATHCES :=
+foo_PATCHES :=
```
To alter dependencies and components: