fix typo
authorTim Gfrerer <tgfrerer@users.noreply.github.com>
Tue, 31 May 2022 09:19:05 +0000 (10:19 +0100)
committerCharles Giessen <46324611+charles-lunarg@users.noreply.github.com>
Tue, 31 May 2022 19:39:58 +0000 (13:39 -0600)
resulsts -> results

docs/LoaderApplicationInterface.md

index de50037873a2aeee815df657458605f56a7bd078..c9af0343ada7d95dfe6053e95afc6b28653c77b8 100644 (file)
@@ -121,7 +121,7 @@ should set up its own dispatch table for every Vulkan API entry-point.
 For every instance-level Vulkan command in the dispatch table, the function pointer
 should be queried and filled in by using the results of `vkGetInstanceProcAddr`.
 Additionally, for every device-level Vulkan command, the function pointer
-should be queried and filled in using the resulsts of `vkGetDeviceProcAddr`.
+should be queried and filled in using the results of `vkGetDeviceProcAddr`.
 
 *Why do this?*