From f9b07ac29087005e3f62a8b86a7ebfc750987a51 Mon Sep 17 00:00:00 2001 From: abgita <42152656+abgita@users.noreply.github.com> Date: Thu, 10 Dec 2020 16:33:56 +0100 Subject: [PATCH] Typo: simultaenous -> simultaneous. --- doc/credits.dox | 1 + modules/FindCorrade.cmake | 2 +- src/Magnum/Vk/Device.h | 2 +- src/Magnum/Vk/Instance.h | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/credits.dox b/doc/credits.dox index 3bbf51592..0d3756acf 100644 --- a/doc/credits.dox +++ b/doc/credits.dox @@ -81,6 +81,7 @@ Big thanks to everyone involved! Are the below lists missing your name or something's wrong? [Let us know!](https://magnum.graphics/contact/) +- **[\@abgita](https://github.com/abgita)** --- minor typo fixes - **Alan Jefferson** ([\@alanjfs](https://github.com/alanjfs)) --- extensive usability and first-time-use feedback - **[\@Alan-FGR](https://github.com/Alan-FGR)** --- documentation fixes diff --git a/modules/FindCorrade.cmake b/modules/FindCorrade.cmake index d457b1602..0ee63c864 100644 --- a/modules/FindCorrade.cmake +++ b/modules/FindCorrade.cmake @@ -79,7 +79,7 @@ # globals unique even across different shared libraries. Enabled by default # for static builds. # CORRADE_BUILD_MULTITHREADED - Defined if compiled in a way that makes it -# possible to safely use certain Corrade features simultaenously in multiple +# possible to safely use certain Corrade features simultaneously in multiple # threads # CORRADE_TARGET_UNIX - Defined if compiled for some Unix flavor # (Linux, BSD, macOS) diff --git a/src/Magnum/Vk/Device.h b/src/Magnum/Vk/Device.h index 3dadf4562..281ba53ed 100644 --- a/src/Magnum/Vk/Device.h +++ b/src/Magnum/Vk/Device.h @@ -551,7 +551,7 @@ class MAGNUM_VK_EXPORT Device { * @ref Vk-Device-raw for more information. * * @attention This operation is changing global state. You need to - * ensure that this function is not called simultaenously from + * ensure that this function is not called simultaneously from * multiple threads and code using those function points is * calling them with the same device as the one returned by * @ref handle(). diff --git a/src/Magnum/Vk/Instance.h b/src/Magnum/Vk/Instance.h index 89cfc2d7c..0c01980fc 100644 --- a/src/Magnum/Vk/Instance.h +++ b/src/Magnum/Vk/Instance.h @@ -511,7 +511,7 @@ class MAGNUM_VK_EXPORT Instance { * @ref Vk-Instance-raw for more information. * * @attention This operation is changing global state. You need to - * ensure that this function is not called simultaenously from + * ensure that this function is not called simultaneously from * multiple threads and code using those function points is * calling them with the same instance as the one returned by * @ref handle().