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)