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>2015-05-23 15:02:03 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-05-23 15:38:47 +0300
commitf01c6e185f5447c2c2e4998e7e335d650d6005df (patch)
treea88186567294a50136bca6619decdab8a7a9f5fe /source/blender/bmesh/intern
parentf340595dba8e883f6822c137afa1419af2e776f9 (diff)
Cleanup: typos
Diffstat (limited to 'source/blender/bmesh/intern')
-rw-r--r--source/blender/bmesh/intern/bmesh_core.c2
-rw-r--r--source/blender/bmesh/intern/bmesh_queries.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/bmesh/intern/bmesh_core.c b/source/blender/bmesh/intern/bmesh_core.c
index 211b1a23f9c..d33f28ae197 100644
--- a/source/blender/bmesh/intern/bmesh_core.c
+++ b/source/blender/bmesh/intern/bmesh_core.c
@@ -2198,7 +2198,7 @@ void bmesh_vert_separate(
* Check for duplicates (not just with the first) but between all.
* This is O(n2) but radial edges are very rarely >2 and almost never >~10.
*
- * \note typically its best to avoid createing the data in the first place,
+ * \note typically its best to avoid creating the data in the first place,
* but inspecting all loops connectivity is quite involved.
*
* \note this function looks like it could become slow,
diff --git a/source/blender/bmesh/intern/bmesh_queries.c b/source/blender/bmesh/intern/bmesh_queries.c
index 0f4f34fa5c8..44a50734e91 100644
--- a/source/blender/bmesh/intern/bmesh_queries.c
+++ b/source/blender/bmesh/intern/bmesh_queries.c
@@ -1072,7 +1072,7 @@ bool BM_edge_is_convex(const BMEdge *e)
}
/**
- * Returms true when loop customdata is contiguous.
+ * \return true when loop customdata is contiguous.
*/
bool BM_edge_is_contiguous_loop_cd(
const BMEdge *e,