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/bmesh/tools')
-rw-r--r--source/blender/bmesh/tools/bmesh_wireframe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/bmesh/tools/bmesh_wireframe.c b/source/blender/bmesh/tools/bmesh_wireframe.c
index 012282f5bad..db4601d6134 100644
--- a/source/blender/bmesh/tools/bmesh_wireframe.c
+++ b/source/blender/bmesh/tools/bmesh_wireframe.c
@@ -23,7 +23,7 @@
/** \file blender/bmesh/operators/bmesh_wireframe.c
* \ingroup bmesh
*
- * Creates a solid wireframe from conected faces.
+ * Creates a solid wireframe from connected faces.
*/
#include "MEM_guardedalloc.h"