Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/auriamg/macdylibbundler.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Anderson <eco@gnuk.net>2015-01-31 03:49:49 +0300
committerBrad Anderson <eco@gnuk.net>2015-01-31 03:49:49 +0300
commitaf7f523c94eb4eda76a5df5cdb8b4c4f85a26cb4 (patch)
tree5e8e61d14fd92376d52858877695076a16297ef1
parente94714d862c4e7f7d721876039d9bc61e3f61ff2 (diff)
Typo in readme
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8636525..a175d87 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@ About
Mac OS X intoduced an innovative and very useful way to package applications : app bundles.
While their design has all that is needed to ease distribution of resources and frameworks, it
-seems like dynamic libraries (.dylib) are very complicated to distribute. Sure, applications developped
+seems like dynamic libraries (.dylib) are very complicated to distribute. Sure, applications developed
specifically for OS X won't make use of them, however applications ported from Linux or other Unices may have
dependencies that will only compile as dylibs. By default, there exists no mecanism to bundle them but some command-line utilities provided by Apple - however it turns out that for a single program it is often necessary to issue dozens of commands! This often leads each porter to develop their own "home solution" wich are often hacky, poorly portable and/or unoptimal.