diff options
author | Eric Engestrom <eric@engestrom.ch> | 2017-02-26 23:58:03 +0000 |
---|---|---|
committer | Eric Engestrom <eric.engestrom@imgtec.com> | 2017-02-27 14:15:10 +0000 |
commit | 077879cf5e6b90023fb495e36d05bb9d0960bbd0 (patch) | |
tree | f0dc7d184de89112279699079b3519492cdd198c /docs/autoconf.html | |
parent | 7f268cf12b39d1de8ff38cf5beea50298cf841c2 (diff) |
docs: fix a few typos
Noticed a couple, found the rest using vimspell.
Signed-off-by: Eric Engestrom <eric@engestrom.ch>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
Diffstat (limited to 'docs/autoconf.html')
-rw-r--r-- | docs/autoconf.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/autoconf.html b/docs/autoconf.html index 21ff8c11e4..df243c2c32 100644 --- a/docs/autoconf.html +++ b/docs/autoconf.html @@ -118,7 +118,7 @@ directories. For example, <code>LDFLAGS="-L/usr/X11R6/lib"</code>.</p> <dt><code>PKG_CONFIG_PATH</code></dt> <dd><p>The -<code>pkg-config</code> utility is a hard requirement for cofiguring and +<code>pkg-config</code> utility is a hard requirement for configuring and building mesa. It is used to search for external libraries on the system. This environment variable is used to control the search path for <code>pkg-config</code>. For instance, setting @@ -137,7 +137,7 @@ There are also a few general options for altering the Mesa build: hasn't already set them via the CFLAGS/CXXFLAGS) and macros to aid in debugging the Mesa libraries.</p> -<p>Note that enabling this option can lead to noticable loss of performance.</p> +<p>Note that enabling this option can lead to noticeable loss of performance.</p> <dt><code>--disable-asm</code></dt> <dd><p>There are assembly routines |