From d7d3233715503ecc15b8dd1973f7e73257e2cbda Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Fri, 19 Oct 2018 17:59:58 +0200 Subject: Spelling fixes in comments and descriptions, patch by luzpaz. Differential Revision: https://developer.blender.org/D3746 --- io_anim_bvh/import_bvh.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'io_anim_bvh/import_bvh.py') diff --git a/io_anim_bvh/import_bvh.py b/io_anim_bvh/import_bvh.py index f62de452..1f3c93fe 100644 --- a/io_anim_bvh/import_bvh.py +++ b/io_anim_bvh/import_bvh.py @@ -117,7 +117,7 @@ def read_bvh(context, file_path, rotate_mode='XYZ', global_scale=1.0): # Open the file for importing file = open(file_path, 'rU') - # Seperate into a list of lists, each line a list of words. + # Separate into a list of lists, each line a list of words. file_lines = file.readlines() # Non standard carrage returns? if len(file_lines) == 1: -- cgit v1.2.3