From 0a2430838445eb080238beec53751d9b4d990daf Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Tue, 18 Oct 2022 15:10:09 +0200 Subject: [PATCH] docs: correct spelling of "choosing" Reviewed-by: Eric Engestrom Part-of: --- docs/drivers/d3d12.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/drivers/d3d12.rst b/docs/drivers/d3d12.rst index 4608b2fbeb2..69c5e5530de 100644 --- a/docs/drivers/d3d12.rst +++ b/docs/drivers/d3d12.rst @@ -55,7 +55,7 @@ Environment variables that control the behavior of the D3D12 driver. .. envvar:: MESA_D3D12_DEFAULT_ADAPTER_NAME ("") -Specifies a substring to search for when chosing a default adapter to run on. -The first adapter matching the substring is chosen. The substring is not -case sensitive. +Specifies a substring to search for when choosing a default adapter to +run on. The first adapter matching the substring is chosen. The substring +is not case sensitive.