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 --- space_view3d_stored_views/io.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'space_view3d_stored_views') diff --git a/space_view3d_stored_views/io.py b/space_view3d_stored_views/io.py index e9c325ff..69c5b02b 100644 --- a/space_view3d_stored_views/io.py +++ b/space_view3d_stored_views/io.py @@ -114,7 +114,7 @@ class IO_Utils(): if str(type(val)) in [""]: # array dict[prop.identifier] = [v for v in val] - # adress the pickle limitations of dealing with the Vector class + # address the pickle limitations of dealing with the Vector class elif str(type(val)) in ["", ""]: dict[prop.identifier] = [v for v in val] -- cgit v1.2.3