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 --- sequencer_kinoraw_tools/functions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sequencer_kinoraw_tools/functions.py') diff --git a/sequencer_kinoraw_tools/functions.py b/sequencer_kinoraw_tools/functions.py index 2722f321..b51f495c 100644 --- a/sequencer_kinoraw_tools/functions.py +++ b/sequencer_kinoraw_tools/functions.py @@ -74,7 +74,7 @@ def error_handlers(self, op_name, errors, reports="ERROR"): def initSceneProperties(context): - # initSceneProperties is ONLY for varaibles that should + # initSceneProperties is ONLY for variables that should # be keeped with the blend file. Any other addon preferences # should go to the addon preferences operator in __init__ try: -- cgit v1.2.3