From 82a1f8e76787caa3e4e6a7fdc4519df2a698e69a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Tue, 6 Sep 2022 17:52:49 +0200 Subject: [PATCH] Shaders: fix a typo in a doc snippet. --- doc/snippets/MagnumShaders-gl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/snippets/MagnumShaders-gl.cpp b/doc/snippets/MagnumShaders-gl.cpp index ad5ac5f93..c1af534c0 100644 --- a/doc/snippets/MagnumShaders-gl.cpp +++ b/doc/snippets/MagnumShaders-gl.cpp @@ -284,7 +284,7 @@ ImageView2D coneDiffuse{DOXYGEN_ELLIPSIS({}, {})}, cubeDiffuse{DOXYGEN_ELLIPSIS( GL::Texture2DArray diffuseTexture; diffuseTexture DOXYGEN_ELLIPSIS() - /* Assuming all iamges have the same format and size */ + /* Assuming all images have the same format and size */ .setStorage(1, GL::textureFormat(coneDiffuse.format()), {coneDiffuse.size(), 3}) .setSubImage(0, {}, coneDiffuse)