Fixed assorted typos in comments and function names

This commit is contained in:
Cort 2016-11-28 22:12:43 -08:00
parent fda21f96c9
commit d5b03d26a5
3 changed files with 10 additions and 10 deletions

View file

@ -822,7 +822,7 @@ void VulkanExampleBase::initVulkan(bool enableValidation)
err = vkEnumeratePhysicalDevices(instance, &gpuCount, physicalDevices.data());
if (err)
{
vkTools::exitFatal("Could not enumerate phyiscal devices : \n" + vkTools::errorString(err), "Fatal error");
vkTools::exitFatal("Could not enumerate physical devices : \n" + vkTools::errorString(err), "Fatal error");
}
// Note :