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>2016-01-17 05:40:30 +0300
committerCampbell Barton <ideasman42@gmail.com>2016-01-17 05:45:32 +0300
commit63c848da26c29549ca9067641c07aa5d821d42aa (patch)
treed354302b0b921411bf6830e068118dd0f5bc79a2 /source/blender/makesrna
parente10a6f987bf2d541eda89842bc47c3eb3a745631 (diff)
Cleanup: spelling
Also use doxy formatting for warning/note.
Diffstat (limited to 'source/blender/makesrna')
-rw-r--r--source/blender/makesrna/intern/rna_modifier.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_modifier.c b/source/blender/makesrna/intern/rna_modifier.c
index d0067c81662..5327850a572 100644
--- a/source/blender/makesrna/intern/rna_modifier.c
+++ b/source/blender/makesrna/intern/rna_modifier.c
@@ -176,7 +176,7 @@ EnumPropertyItem rna_enum_dt_method_edge_items[] = {
{MREMAP_MODE_TOPOLOGY, "TOPOLOGY", 0, "Topology",
"Copy from identical topology meshes"},
{MREMAP_MODE_EDGE_VERT_NEAREST, "VERT_NEAREST", 0, "Nearest Vertices",
- "Copy from most similar edge (edge which vertices are the closest of destination edge’s ones)"},
+ "Copy from most similar edge (edge which vertices are the closest of destination edge's ones)"},
{MREMAP_MODE_EDGE_NEAREST, "NEAREST", 0, "Nearest Edge",
"Copy from closest edge (using midpoints)"},
{MREMAP_MODE_EDGE_POLY_NEAREST, "POLY_NEAREST", 0, "Nearest Face Edge",