diff options
Diffstat (limited to 'vulkaninfo/vulkaninfo.cpp')
| -rw-r--r-- | vulkaninfo/vulkaninfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |
