summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorErik Faye-Lund <erik.faye-lund@collabora.com>2020-10-28 11:53:30 +0100
committerErik Faye-Lund <erik.faye-lund@collabora.com>2021-03-31 18:17:58 +0200
commit35bf5c4dca5e0e5a06b0bf317ebbf72f7627df90 (patch)
tree7509edd959d91e65a1ed4cb231be38a082a30ae3 /docs
parent5c8a7fa63183928db83aa2d7bde50bb52dca4152 (diff)
docs: optimisation -> optimization
We generally prefer US English in the docs over UK English. Acked-by: Matt Turner <mattst88@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8572>
Diffstat (limited to 'docs')
-rw-r--r--docs/meson.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/meson.rst b/docs/meson.rst
index 611bae1e6f0..908901352d6 100644
--- a/docs/meson.rst
+++ b/docs/meson.rst
@@ -382,7 +382,7 @@ passed as --option=foo to ``meson``, but -Doption=foo to
For those coming from autotools be aware of the following:
``--buildtype/-Dbuildtype``
- This option will set the compiler debug/optimisation levels to aid
+ This option will set the compiler debug/optimization levels to aid
debugging the Mesa libraries.
Note that in Meson this defaults to ``debugoptimized``, and not