From f9f04ce37a22fad60de3821d0728c4b1a4346032 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 8 Feb 2012 04:38:51 +0000 Subject: code cleanup: style and typo - some edits to bypass the comments spell checker. --- io_anim_bvh/import_bvh.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'io_anim_bvh') diff --git a/io_anim_bvh/import_bvh.py b/io_anim_bvh/import_bvh.py index 48407507..0022cc8c 100644 --- a/io_anim_bvh/import_bvh.py +++ b/io_anim_bvh/import_bvh.py @@ -94,7 +94,7 @@ def read_bvh(context, file_path, rotate_mode='XYZ', global_scale=1.0): # Split by whitespace. file_lines = [ll for ll in [l.split() for l in file_lines] if ll] - # Create Hirachy as empties + # Create hierarchy as empties if file_lines[0][0].lower() == 'hierarchy': #print 'Importing the BVH Hierarchy for:', file_path pass -- cgit v1.2.3