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-10-07 07:02:06 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-10-07 07:02:06 +0300
commitb333a7570fa449d218f838dc642da2e3f75168bd (patch)
tree4785b63754802d97709d29ce94cc1ea043b07b41 /source/blender/blenlib/intern/math_geom.c
parent68797eda1f86bdfb4b8da58faed31b3c0a15ad6c (diff)
Cleanup: spelling
Diffstat (limited to 'source/blender/blenlib/intern/math_geom.c')
-rw-r--r--source/blender/blenlib/intern/math_geom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenlib/intern/math_geom.c b/source/blender/blenlib/intern/math_geom.c
index c3ae557d3d3..164009ab882 100644
--- a/source/blender/blenlib/intern/math_geom.c
+++ b/source/blender/blenlib/intern/math_geom.c
@@ -497,7 +497,7 @@ float dist_to_line_v3(const float p[3], const float l1[3], const float l2[3])
* \note the distance from \a v1 & \a v3 to \a v2 doesnt matter
* (it just defines the planes).
*
- * \return the lowest squared distance to eithe of the planes.
+ * \return the lowest squared distance to either of the planes.
* where ``(return < 0.0)`` is outside.
*
* <pre>