From dea47b16fb1169a5b7b91a0a957cf427d954247f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Tue, 8 Feb 2022 13:58:44 +0100 Subject: [PATCH] GL: typo. --- src/Magnum/GL/Context.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Magnum/GL/Context.h b/src/Magnum/GL/Context.h index 695c8d5de..b1bef3ef4 100644 --- a/src/Magnum/GL/Context.h +++ b/src/Magnum/GL/Context.h @@ -1004,7 +1004,7 @@ class MAGNUM_GL_EXPORT Context::Configuration { * Enable GPU validation, if available. Has a precedence over * @ref Flag::GpuValidationNoError. * - * Corresponds to the `--magnum-gou-validation on` + * Corresponds to the `--magnum-gpu-validation on` * @ref GL-Context-usage-command-line "command-line option". */ GpuValidation = 1ull << 62, @@ -1013,7 +1013,7 @@ class MAGNUM_GL_EXPORT Context::Configuration { * Enable a context without error reporting, if available. Ignored * if @ref Flag::GpuValidation is set. * - * Corresponds to the `--magnum-gou-validation no-error` + * Corresponds to the `--magnum-gpu-validation no-error` * @ref GL-Context-usage-command-line "command-line option". */ GpuValidationNoError = 1ull << 63