From e7451b3973db31f6018915567c1048e3db19afbf Mon Sep 17 00:00:00 2001 From: Nanley Chery Date: Tue, 12 Jul 2016 11:22:38 -0700 Subject: layers: Fix spelling error in README Change-Id: I2e6aa600f30d89d22ce5f6f1c2e84555ba8e0b71 --- layers/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layers/README.md b/layers/README.md index 0aa1cff6..b496e750 100644 --- a/layers/README.md +++ b/layers/README.md @@ -22,7 +22,7 @@ Layers can also be activated via the VK_INSTANCE_LAYERS environment variable. All validation layers work with the DEBUG_REPORT extension to provide validation feedback. When a validation layer is enabled, it will look for a vk_layer_settings.txt file to define -its loggin behavior, which can include sending output to a file, stdout, or debug output (Windows). +its logging behavior, which can include sending output to a file, stdout, or debug output (Windows). Applications can also register debug callback functions via the DEBUG_REPORT extension to receive callbacks when validation events occur. Application callbacks are independent of settings in a vk_layer_settings.txt file which will be carried out separately. If no vk_layer_settings.txt -- cgit v1.2.3