summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYu-Chen Lin <npes87184@gmail.com>2020-10-10 07:30:00 (GMT)
committermabrand <mabrand@mabrand.nl>2020-10-10 12:37:33 (GMT)
commit9648ec48692708d6fc6f622ce103ffa3aa437a3a (patch)
tree8cb5afdb3cedd0e484bea96d2b86a6c1473181fb
parent96ab468436170fb54c24b7829f0b30ae219dee63 (diff)
downloadmxe-9648ec48692708d6fc6f622ce103ffa3aa437a3a.zip
mxe-9648ec48692708d6fc6f622ce103ffa3aa437a3a.tar.gz
mxe-9648ec48692708d6fc6f622ce103ffa3aa437a3a.tar.bz2
Fix typo
-rw-r--r--tools/copydlldeps.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/copydlldeps.md b/tools/copydlldeps.md
index 7b54159..22e7a14 100644
--- a/tools/copydlldeps.md
+++ b/tools/copydlldeps.md
@@ -78,6 +78,6 @@ They are NOT recursively copied, only flat. See:
string=$( find $enforcedDirectory -maxdepth 1 -iregex '.*\(dll\|exe\)' | tr '\n' ' ' )
```
-If you would remove the `-maxdepth 1`, it would become recoursive.
+If you would remove the `-maxdepth 1`, it would become recursive.
February, 2, 2016. Lars Holger Engelhard aka [DL5RCW](https://github.com/dl5rcw).