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:
authorStephen Swaney <sswaney@centurytel.net>2005-11-27 19:46:58 +0300
committerStephen Swaney <sswaney@centurytel.net>2005-11-27 19:46:58 +0300
commit82956daab90b8c6baf1a0bf217a7b57aae7a3c61 (patch)
tree2b6c37a60c2a5b6d7f5a8d13c9ed38ecec6d0810 /release/scripts/bevel_center.py
parent0e0cafcada38937449e6160aba923ecafbc0e507 (diff)
spellcheck scripts in response to IRC whining.
vertexes => vertices
Diffstat (limited to 'release/scripts/bevel_center.py')
-rw-r--r--release/scripts/bevel_center.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/scripts/bevel_center.py b/release/scripts/bevel_center.py
index 6025cef7f0e..3a0169f2dfb 100644
--- a/release/scripts/bevel_center.py
+++ b/release/scripts/bevel_center.py
@@ -123,7 +123,7 @@ def parall_coord(old, dir):
return (nco,vec)
def get_vert(old, dir):
- """ Look in NV if a vertice corresponding to the vertex old and the
+ """ Look in NV if a vertex corresponding to the vertex old and the
direction dir already exists, and create one otherwise"""
(nco, vec) = parall_coord(old, dir)
v = is_in_NV(old,vec)
@@ -315,7 +315,7 @@ def make_corners():
is_in_v = lambda x:x in V
eed = [filter(is_in_v, l) for l in q]
#
- # We will add the edges coming from faces where only one vertice is selected.
+ # We will add the edges coming from faces where only one vertex is selected.
# They are stocked in NC.
if v in NC.keys():
eed = eed+NC[v]