vulkaninfo: fixed spelling of properties
authorCharles Giessen <charles@lunarg.com>
Wed, 30 Oct 2019 21:22:38 +0000 (15:22 -0600)
committerCharles Giessen <46324611+charles-lunarg@users.noreply.github.com>
Wed, 30 Oct 2019 22:46:52 +0000 (16:46 -0600)
Change-Id: I4cd38c06842c99b514b4f289f7856eb810c111f3

vulkaninfo/vulkaninfo.cpp

index 7a8fb3c..71be8c4 100644 (file)
@@ -499,7 +499,7 @@ void GpuDumpFeatures(Printer &p, AppGpu &gpu) {
 
 void GpuDumpFormatProperty(Printer &p, VkFormat fmt, VkFormatProperties prop) {
     if (p.Type() == OutputType::text) {
-        p.ObjectStart("Properies");
+        p.ObjectStart("Properties");
     } else if (p.Type() == OutputType::html) {
         p.SetTitleAsType().ObjectStart(VkFormatString(fmt));
     } else if (p.Type() == OutputType::json) {