Fix spelling mistakes

This commit is contained in:
Eric Engestrom
2016-04-08 00:34:58 +01:00
parent ef9d81d2bf
commit 27851ad5df
3 changed files with 3 additions and 3 deletions

View File

@@ -550,7 +550,7 @@ namespace Tutorial {
};
if( vkQueueSubmit( GetGraphicsQueue().Handle, 1, &submit_rendering_info, VK_NULL_HANDLE ) != VK_SUCCESS ) {
printf( "Error occured during submition of command buffer with vertex buffer barrier!!\n" );
printf( "Error occurred during submission of command buffer with vertex buffer barrier!!\n" );
return false;
}