Skip to content
Snippets Groups Projects
Commit bd052c27 authored by Sebastian Gaida's avatar Sebastian Gaida
Browse files

[#61] typo

parent a3b03470
No related branches found
No related tags found
1 merge request!46Resolve "Queues-Abfragen anpassen für Intel HD Graphics"
Pipeline #25479 passed
......@@ -95,7 +95,7 @@ namespace vkcv {
found = true;
}
}
std::cerr << "Warning: not enought \"" << vk::to_string(qFlag) << "\"-Queues." << std::endl;
std::cerr << "Warning: not enough \"" << vk::to_string(qFlag) << "\"-Queues." << std::endl;
}
break;
case vk::QueueFlagBits::eCompute:
......@@ -116,7 +116,7 @@ namespace vkcv {
found = true;
}
}
std::cerr << "Warning: not enought \"" << vk::to_string(qFlag) << "\"-Queues." << std::endl;
std::cerr << "Warning: not enough \"" << vk::to_string(qFlag) << "\"-Queues." << std::endl;
}
break;
case vk::QueueFlagBits::eTransfer:
......@@ -137,7 +137,7 @@ namespace vkcv {
found = true;
}
}
std::cerr << "Warning: not enought \"" << vk::to_string(qFlag) << "\"-Queues." << std::endl;
std::cerr << "Warning: not enough \"" << vk::to_string(qFlag) << "\"-Queues." << std::endl;
}
break;
default:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment