diff options
| author | Mike Weiblen <mikew@lunarg.com> | 2016-10-17 18:52:05 -0600 |
|---|---|---|
| committer | Mike Weiblen <mikew@lunarg.com> | 2016-10-18 12:56:24 -0600 |
| commit | db0b664aea748993efd56735d0d3cd0d89f6caee (patch) | |
| tree | d88b7372e50a102cd08a5ca4493661490a66b213 | |
| parent | 5129f881050c7009d958969351a94ffbad6fb751 (diff) | |
| download | usermoji-db0b664aea748993efd56735d0d3cd0d89f6caee.tar.xz | |
demos: Fix misspelling
Change-Id: I044619fb70b0a77dcbcdfe7c72dc8915119239a3
| -rw-r--r-- | demos/cube.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/cube.c b/demos/cube.c index 9477adbd..c3091d1a 100644 --- a/demos/cube.c +++ b/demos/cube.c @@ -438,7 +438,7 @@ dbgFunc(VkFlags msgFlags, VkDebugReportObjectTypeEXT objType, sprintf(message, "WARNING: [%s] Code %d : %s", pLayerPrefix, msgCode, pMsg); validation_error = 1; } else if (msgFlags & VK_DEBUG_REPORT_PERFORMANCE_WARNING_BIT_EXT) { - sprintf(message, "PERFOERMANCE WARNING: [%s] Code %d : %s", pLayerPrefix, msgCode, pMsg); + sprintf(message, "PERFORMANCE WARNING: [%s] Code %d : %s", pLayerPrefix, msgCode, pMsg); validation_error = 1; } else if (msgFlags & VK_DEBUG_REPORT_ERROR_BIT_EXT) { sprintf(message, "ERROR: [%s] Code %d : %s", pLayerPrefix, msgCode, pMsg); |
