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:
Diffstat (limited to 'source/blender/editors/physics')
-rw-r--r--source/blender/editors/physics/physics_intern.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/physics/physics_intern.h b/source/blender/editors/physics/physics_intern.h
index 49b25742163..da0b293e908 100644
--- a/source/blender/editors/physics/physics_intern.h
+++ b/source/blender/editors/physics/physics_intern.h
@@ -58,7 +58,7 @@ void PE_create_particle_edit(struct Depsgraph *depsgraph,
*/
void recalc_lengths(struct PTCacheEdit *edit);
/**
- * Calculate a tree for finding nearest emitter's vertice.
+ * Calculate a tree for finding nearest emitter's vertices.
*/
void recalc_emitter_field(struct Depsgraph *depsgraph,
struct Object *ob,