Browse Source

Typo: simultaenous -> simultaneous.

pull/491/head
abgita 5 years ago committed by Vladimír Vondruš
parent
commit
f9b07ac290
  1. 1
      doc/credits.dox
  2. 2
      modules/FindCorrade.cmake
  3. 2
      src/Magnum/Vk/Device.h
  4. 2
      src/Magnum/Vk/Instance.h

1
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

2
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)

2
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().

2
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().

Loading…
Cancel
Save