summaryrefslogtreecommitdiffstats
path: root/packaging/macosx
diff options
context:
space:
mode:
authorGravatar Henrik Brautaset Aronsen <subsurface@henrik.synth.no>2012-10-02 10:27:26 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2012-10-02 11:12:28 -0700
commiteba4b867880c99fc25fdca615af92ae6f909ed8d (patch)
treee1942d1223c2872d7ff993204a2a004b2131c09f /packaging/macosx
parentfec749c1b444a7b9af62e51ecee09dad90e2136b (diff)
downloadsubsurface-eba4b867880c99fc25fdca615af92ae6f909ed8d.tar.gz
Fix typos for MacOSX packaging scripts
Fixed a couple of typos. [Dirk Hohndel: I took the typo fixes, but not the change of shell used; rewrote the commit message accordingly] Signed-off-by: Henrik Brautaset Aronsen <subsurface@henrik.synth.no> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'packaging/macosx')
-rw-r--r--packaging/macosx/README2
-rwxr-xr-xpackaging/macosx/subsurface.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/packaging/macosx/README b/packaging/macosx/README
index 775b9cf3f..d83cc0f31 100644
--- a/packaging/macosx/README
+++ b/packaging/macosx/README
@@ -9,7 +9,7 @@ You still need to manually build a DMG if you want to easily distribute this.
One important caveat is that (at least with MacPorts) you need to build pango like this:
-sudo port install pango +builtin_modules +no_x11 +quart
+sudo port install pango +builtin_modules +no_x11 +quartz
Without the builtin modules the installed application fails to find the modules and doesn't render any text.
diff --git a/packaging/macosx/subsurface.sh b/packaging/macosx/subsurface.sh
index ad0bdbddc..28a0a07d8 100755
--- a/packaging/macosx/subsurface.sh
+++ b/packaging/macosx/subsurface.sh
@@ -96,7 +96,7 @@ elif test -z $LANG -a -f "$I18NDIR/${APPLELOCALE:0:2}/LC_MESSAGES/$APP.mo"; then
export LANG="${APPLELOCALE:0:2}"
fi
-#Next we need to set LC_MESSAGES. If at all possilbe, we want a full
+#Next we need to set LC_MESSAGES. If at all possible, we want a full
#5-character locale to avoid the "Locale not supported by C library"
#warning from Gtk -- even though Gtk will translate with a
#two-character code.