1 2 3 4 5 6 7 8 9 10 11 12 13 14
|
Author: Andreas Beckmann <[email protected]>
Description: fix typos found by Lintian
--- a/primus_vk.cpp
b/primus_vk.cpp
@@ -1404,7 1404,7 @@ VkResult VKAPI_CALL PrimusVK_GetRandROut
Display* dpy,
RROutput rrOutput,
VkDisplayKHR* pDisplay){
- TRACE("Surpressing GetRandROutputDisplay");
TRACE("Suppressing GetRandROutputDisplay");
*pDisplay = VK_NULL_HANDLE;
return VK_SUCCESS;
}
|