From b13baa7080a19aa797f4b3b1bf905484d9ee174d Mon Sep 17 00:00:00 2001 From: Charles Giessen Date: Wed, 30 Oct 2019 15:22:38 -0600 Subject: vulkaninfo: fixed spelling of properties Change-Id: I4cd38c06842c99b514b4f289f7856eb810c111f3 --- vulkaninfo/vulkaninfo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vulkaninfo/vulkaninfo.cpp b/vulkaninfo/vulkaninfo.cpp index 7a8fb3ce..71be8c4d 100644 --- a/vulkaninfo/vulkaninfo.cpp +++ b/vulkaninfo/vulkaninfo.cpp @@ -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) { -- cgit v1.2.3