Use American spellings

This commit is contained in:
Chris Thrasher 2024-05-12 20:15:44 -05:00
parent 8c9fa1087e
commit 3acc332de0
2 changed files with 2 additions and 2 deletions

View File

@ -386,7 +386,7 @@ SFML_GRAPHICS_API void swap(VertexBuffer& left, VertexBuffer& right) noexcept;
/// Simultaneous updates to the vertex buffer are not guaranteed to be
/// carried out by the driver in any specific order. Updating the same
/// region of the buffer from multiple threads will not cause undefined
/// behaviour, however the final state of the buffer will be unpredictable.
/// behavior, however the final state of the buffer will be unpredictable.
///
/// Simultaneous updates of distinct non-overlapping regions of the buffer
/// are also not guaranteed to complete in a specific order. However, in

View File

@ -240,7 +240,7 @@ private:
/// with either loadFromPixels() or loadFromSystem(), the
/// cursor can be changed with sf::WindowBase::setMouseCursor().
///
/// The behaviour is undefined if the cursor is destroyed while
/// The behavior is undefined if the cursor is destroyed while
/// in use by the window.
///
/// Usage example: