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:
authorJoseph Eagar <joeedh@gmail.com>2021-06-26 23:00:26 +0300
committerJoseph Eagar <joeedh@gmail.com>2021-06-26 23:00:26 +0300
commit83c491f044db0072143801b03aded573ed7093f9 (patch)
tree45376aedcded9033be0b795a205c42638c345ef9 /source/blender/makesdna/DNA_meshdata_types.h
parent7ef7843ada944a5530ff4de812a5684e39809142 (diff)
parentabc62003314af2b39136bf43031590d4fbfb72df (diff)
Merge branch 'master' into temp_bmesh_multires
Diffstat (limited to 'source/blender/makesdna/DNA_meshdata_types.h')
-rw-r--r--source/blender/makesdna/DNA_meshdata_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_meshdata_types.h b/source/blender/makesdna/DNA_meshdata_types.h
index eb31f7a72ad..3c134ebb06c 100644
--- a/source/blender/makesdna/DNA_meshdata_types.h
+++ b/source/blender/makesdna/DNA_meshdata_types.h
@@ -130,7 +130,7 @@ typedef struct MLoop {
/**
* Optionally store the order of selected elements.
- * This wont always be set since only some selection operations have an order.
+ * This won't always be set since only some selection operations have an order.
*
* Typically accessed from #Mesh.mselect
*/