From 9037d2a508fc2ef200a0bce34a66ee77e3e82bc0 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Tue, 18 Oct 2022 14:11:47 +0200 Subject: [PATCH] docs: correct spelling of "attempts" Reviewed-by: Eric Engestrom Part-of: --- docs/vulkan/dispatch.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/vulkan/dispatch.rst b/docs/vulkan/dispatch.rst index 434fecfa6de..7210e0de1e6 100644 --- a/docs/vulkan/dispatch.rst +++ b/docs/vulkan/dispatch.rst @@ -1,7 +1,7 @@ Dispatch ============= -This chapter attemtps to document the Vulkan dispatch infrastructure in the +This chapter attempts to document the Vulkan dispatch infrastructure in the Mesa Vulkan runtime. There are a lot of moving pieces here but the end result has proven quite effective for implementing all the various Vulkan API requirements.