From 7df50de210e1899a5f405651d983c3771e092fd5 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Mon, 14 Nov 2022 11:18:40 +0100 Subject: [PATCH] docs: remove rogue "the" Reviewed-by: David Heidelberg Part-of: --- docs/meson.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/meson.rst b/docs/meson.rst index 1e8a2a414bb..ffcd99ffe6b 100644 --- a/docs/meson.rst +++ b/docs/meson.rst @@ -359,8 +359,8 @@ Options ^^^^^^^ One of the oddities of Meson is that some options are different when -passed to the ``meson`` than to ``meson configure``. These options are -passed as --option=foo to ``meson``, but -Doption=foo to +passed to :program:`meson` than to ``meson configure``. These options are +passed as --option=foo to :program:`meson`, but -Doption=foo to ``meson configure``. Mesa defined options are always passed as -Doption=foo.