From 35bf5c4dca5e0e5a06b0bf317ebbf72f7627df90 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Wed, 28 Oct 2020 11:53:30 +0100 Subject: [PATCH] docs: optimisation -> optimization We generally prefer US English in the docs over UK English. Acked-by: Matt Turner Part-of: --- docs/meson.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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