Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2020-06-13 05:50:07 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-06-13 05:50:07 +0300
commitdea2c3f256435f6384c1b42e9073a014489011b0 (patch)
tree4b5e5a61d559fee9d454b2140a8fa6f2864a6353 /source/blender/blenlib/BLI_map_slots.hh
parent098008f42d8127d9b60717c7059d3c55a3bfada7 (diff)
Cleanup: spelling
Diffstat (limited to 'source/blender/blenlib/BLI_map_slots.hh')
-rw-r--r--source/blender/blenlib/BLI_map_slots.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenlib/BLI_map_slots.hh b/source/blender/blenlib/BLI_map_slots.hh
index 97d3baf0c83..f12eefcaf0b 100644
--- a/source/blender/blenlib/BLI_map_slots.hh
+++ b/source/blender/blenlib/BLI_map_slots.hh
@@ -90,7 +90,7 @@ template<typename Key, typename Value> class SimpleMapSlot {
}
/**
- * The move construtor has to copy the state. If the other slot was occupied, the key and value
+ * The move constructor has to copy the state. If the other slot was occupied, the key and value
* from the other have to moved as well. The other slot stays in the state it was in before. Its
* optionally stored key and value remain in a moved-from state.
*/