aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Lobodzinski <mark@lunarg.com>2018-04-13 10:46:48 -0600
committerMark Lobodzinski <mark@lunarg.com>2018-04-15 22:06:45 -0600
commit37182f88f7fdb29cf9b860e1db6bd4bb0cf0844a (patch)
tree0ee43c96314546728acce6d7625b0b779f513ca0
parent27681093e25892944f8dcdb7a86450c1ec202d34 (diff)
downloadusermoji-37182f88f7fdb29cf9b860e1db6bd4bb0cf0844a.tar.xz
tests: Fix typos in layer_validation_tests.cpp
Includes fixing a corresponding typo in a descriptor_sets log_msg call. Change-Id: Ib876482357ff2b945fe411fbef68d421fdbfc802
-rw-r--r--layers/descriptor_sets.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/layers/descriptor_sets.cpp b/layers/descriptor_sets.cpp
index f9d64568..d9b23da3 100644
--- a/layers/descriptor_sets.cpp
+++ b/layers/descriptor_sets.cpp
@@ -370,7 +370,7 @@ bool cvdescriptorset::DescriptorSetLayout::ValidateCreateInfo(
if (push_descriptor_set && !push_descriptor_ext) {
skip |= log_msg(report_data, VK_DEBUG_REPORT_ERROR_BIT_EXT, VK_DEBUG_REPORT_OBJECT_TYPE_UNKNOWN_EXT, 0,
DRAWSTATE_EXTENSION_NOT_ENABLED,
- "Attemped to use %s in %s but its required extension %s has not been enabled.\n",
+ "Attempted to use %s in %s but its required extension %s has not been enabled.\n",
"VK_DESCRIPTOR_SET_LAYOUT_CREATE_PUSH_DESCRIPTOR_BIT_KHR", "VkDescriptorSetLayoutCreateInfo::flags",
VK_KHR_PUSH_DESCRIPTOR_EXTENSION_NAME);
}