aboutsummaryrefslogtreecommitdiff
path: root/demos/cube.c
diff options
context:
space:
mode:
authorMike Weiblen <mikew@lunarg.com>2016-10-17 18:52:05 -0600
committerMike Weiblen <mikew@lunarg.com>2016-10-18 12:56:24 -0600
commitdb0b664aea748993efd56735d0d3cd0d89f6caee (patch)
treed88b7372e50a102cd08a5ca4493661490a66b213 /demos/cube.c
parent5129f881050c7009d958969351a94ffbad6fb751 (diff)
downloadusermoji-db0b664aea748993efd56735d0d3cd0d89f6caee.tar.xz
demos: Fix misspelling
Change-Id: I044619fb70b0a77dcbcdfe7c72dc8915119239a3
Diffstat (limited to 'demos/cube.c')
-rw-r--r--demos/cube.c2
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);