docs: correct spelling of "attempts"

Reviewed-by: Eric Engestrom <eric@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19139>
This commit is contained in:
Erik Faye-Lund
2022-10-18 14:11:47 +02:00
committed by Marge Bot
parent 809be97407
commit 9037d2a508
+1 -1
View File
@@ -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.