Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2015-03-05 00:32:39 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-03-05 00:32:39 +0300
commitfa3133fa796b0830eec583f825c95f75b62f70c2 (patch)
tree53275125105918dbddedab31b4e745a059a185b0 /io_mesh_pdb
parent11e9bba2ff6110f370dda7dd7651c2bd45ad3458 (diff)
Cleanup: typos
Diffstat (limited to 'io_mesh_pdb')
-rw-r--r--io_mesh_pdb/import_pdb.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/io_mesh_pdb/import_pdb.py b/io_mesh_pdb/import_pdb.py
index 5146663d..5fb5890a 100644
--- a/io_mesh_pdb/import_pdb.py
+++ b/io_mesh_pdb/import_pdb.py
@@ -636,7 +636,7 @@ def draw_atoms_one_type(draw_all_atoms_type,
atom_vertices = []
for atom in draw_all_atoms_type:
# In fact, the object is created in the World's origin.
- # This is why 'object_center_vec' is substracted. At the end
+ # This is why 'object_center_vec' is subtracted. At the end
# the whole object is translated back to 'object_center_vec'.
atom_vertices.append(atom[2] - object_center_vec)