From 2e8f36d160dfd606bcb077d38cd114ca72dee52e Mon Sep 17 00:00:00 2001 From: Andy Maloney Date: Tue, 21 Oct 2025 15:47:06 -0400 Subject: [PATCH] {doc} Fix a couple of spelling mistakes --- src/Magnum/Vk/Image.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Magnum/Vk/Image.h b/src/Magnum/Vk/Image.h index a109eb647..40d261881 100644 --- a/src/Magnum/Vk/Image.h +++ b/src/Magnum/Vk/Image.h @@ -234,7 +234,7 @@ Wraps a @type_vk_keyword{Image} and its memory. @section Vk-Image-creation Image creation Pass one of the @ref ImageCreateInfo subclasses depending on desired image type -with desired usage, format, size and other propoerties to the @ref Image +with desired usage, format, size and other properties to the @ref Image constructor together with specifying @ref MemoryFlags for memory allocation. @snippet Vk.cpp Image-creation @@ -509,7 +509,7 @@ class MAGNUM_VK_EXPORT Image { @brief Image copy region @m_since_latest -Wraps a @type_vk_keyword{ImageCopy2KHR}. This calss is subsequently passed to a +Wraps a @type_vk_keyword{ImageCopy2KHR}. This class is subsequently passed to a @ref CopyImageInfo and then used in @ref CommandBuffer::copyImage(). See @ref Vk-Image-usage-copy for usage information and examples.