diff options
| author | Charles Giessen <charles@lunarg.com> | 2019-10-30 15:22:38 -0600 |
|---|---|---|
| committer | Charles Giessen <46324611+charles-lunarg@users.noreply.github.com> | 2019-10-30 16:46:52 -0600 |
| commit | b13baa7080a19aa797f4b3b1bf905484d9ee174d (patch) | |
| tree | aee6463403d01a38f1c698f9a94d44742d206f53 | |
| parent | 9efaab3d1b0d9894cad43859ba27c0f86ada25bc (diff) | |
| download | usermoji-b13baa7080a19aa797f4b3b1bf905484d9ee174d.tar.xz | |
vulkaninfo: fixed spelling of properties
Change-Id: I4cd38c06842c99b514b4f289f7856eb810c111f3
| -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) { |
