diff options
author | luz.paz <[email protected]> | 2018-02-07 10:54:59 -0500 |
---|---|---|
committer | Scott <[email protected]> | 2018-02-20 18:10:44 +0000 |
commit | 2d1c8541460c2b63d46eb1a278adacee14a55556 (patch) | |
tree | baf9c409edfb51f1a2b649b1f6e2291ff0524b76 /macosx/module.defs | |
parent | 5ce54df39b61c5b104f83d7ce291e67eada56efc (diff) |
Misc. typos
Found via `codespell -q 3 --skip="./gtk/po`
Diffstat (limited to 'macosx/module.defs')
-rw-r--r-- | macosx/module.defs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/module.defs b/macosx/module.defs index 622afc78d..befd4daf3 100644 --- a/macosx/module.defs +++ b/macosx/module.defs @@ -41,11 +41,11 @@ endif ## extra CFLAGS: macro definitions MACOSX.extra_cflags = OTHER_CFLAGS='$(MACOSX.GCC.D)' -## launch a build thru xcode; which in turn will do a nested make against +## launch a build through xcode; which in turn will do a nested make against ## this build system with normal build rules enabled. ## ## $(1) = list of targets -## $(2) = list of goals to shunt thru xcodebuild->make +## $(2) = list of goals to shunt through xcodebuild->make ## MACOSX.XCODE = $(strip \ |