Fixed typos [ci skip]

This commit is contained in:
Andrew Murray 2017-07-01 21:16:49 +10:00
parent b713330b00
commit 892075a77e
2 changed files with 2 additions and 2 deletions

View File

@ -261,7 +261,7 @@ The easiest way to install external libraries is via `Homebrew
$ brew install libtiff libjpeg webp little-cms2
To install libraqm on MaxOS use Homebrew to install its dependencies::
To install libraqm on macOS use Homebrew to install its dependencies::
$ brew install freetype harfbuzz fribidi
Then see ``depends/install_raqm_cmake.sh`` to install libraqm.

View File

@ -8,7 +8,7 @@ Pillow now supports complex text rendering for scripts requiring glyph
composition and bidirectional flow. This optional feature adds three
dependencies: harfbuzz, fribidi, and raqm. See the install
documentation for further details. This feature is tested and works on
Un*x and Mac, but has not yet been built on Windows platforms.
Unix and Mac, but has not yet been built on Windows platforms.
Removed Deprecated Items
========================