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-09-13 08:00:52 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-09-13 08:00:52 +0300
commitb52aeaadfb43273b8c4cee895499207f31c5e040 (patch)
treea922b0d270113dbc334cfc2cabc516479d4a6a25 /source/blender/modifiers
parent1509d2ba7d126a7f02f18b89fd2b2647b515ca42 (diff)
Cleanup: spelling, update function name in comments
Diffstat (limited to 'source/blender/modifiers')
-rw-r--r--source/blender/modifiers/intern/MOD_meshcache_pc2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/modifiers/intern/MOD_meshcache_pc2.c b/source/blender/modifiers/intern/MOD_meshcache_pc2.c
index 120d1d6d71a..0ef9f26f1d7 100644
--- a/source/blender/modifiers/intern/MOD_meshcache_pc2.c
+++ b/source/blender/modifiers/intern/MOD_meshcache_pc2.c
@@ -81,7 +81,7 @@ static bool meshcache_read_pc2_head(FILE *fp,
}
/**
- * Gets the index frange and factor
+ * Gets the index range and factor
*
* currently same as for MDD
*/