diff options
author | bitmapper <bitmapper85@gmail.com> | 2019-10-30 13:57:17 -0300 |
---|---|---|
committer | Ori Bernstein <ori@eigenstate.org> | 2020-01-12 18:11:19 -0800 |
commit | 2533822d0fb51d2aedf941bac59d492acc1036a1 (patch) | |
tree | b5f6e510758e57cca4afb0a48f473ea3e1170fe6 | |
parent | 0a94564dff79963ff86d426065158ffe40479c06 (diff) | |
download | mc-2533822d0fb51d2aedf941bac59d492acc1036a1.tar.gz |
spelling mistake in comment
-rw-r--r-- | mbld/deps.myr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mbld/deps.myr b/mbld/deps.myr index 75f4b2c..5947969 100644 --- a/mbld/deps.myr +++ b/mbld/deps.myr @@ -471,7 +471,7 @@ const linkcmd = {b, n, mt, bin, libs, dynlibs, istest ;; /* OSX warns if we don't add a version */ - /* OSX now hates this, and the breaks everything */ + /* OSX now hates this, and then breaks everything */ /* if std.eq(opt_sys, "osx") std.slpush(&n.cmd, std.sldup("-macosx_version_min")) |