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:
authorBastien Montagne <montagne29@wanadoo.fr>2012-07-04 19:05:50 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2012-07-04 19:05:50 +0400
commitbcabddfd31e6cc48ddf1b06c5d81174340608050 (patch)
treea349062cae9181e96d416e521b28e4cbd18e2f75 /io_mesh_pdb/import_pdb.py
parent7f1754c79186706b6d53f9e398f5a2784fb884e2 (diff)
More spell checking.
Diffstat (limited to 'io_mesh_pdb/import_pdb.py')
-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 6691988f..a24d8aeb 100644
--- a/io_mesh_pdb/import_pdb.py
+++ b/io_mesh_pdb/import_pdb.py
@@ -950,7 +950,7 @@ def DEF_atom_pdb_main(use_mesh,Ball_azimuth,Ball_zenith,
# ... and the average is taken. This gives the center of the object.
object_center_vec = sum_vec / Number_of_total_atoms
- # Now, we determine the size.The farest atom from the object center is
+ # Now, we determine the size.The farthest atom from the object center is
# taken as a measure. The size is used to place well the camera and light
# into the scene.
object_size_vec = [atom.location - object_center_vec for atom in all_atoms]