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:
authorBrecht Van Lommel <brecht@blender.org>2022-01-05 17:27:33 +0300
committerBrecht Van Lommel <brecht@blender.org>2022-01-05 17:46:41 +0300
commitd68dca98ce6705dd69285692f3cdc1dbf2213c1d (patch)
tree293ad05d82522964478ddacb22e56f831194043c /ui_translate
parentb1cec919ec7d255c29d31bc21c91d98e0d118182 (diff)
Cleanup: fix typos in source code
Contributed by luzpaz. Differential Revision: https://developer.blender.org/D5801
Diffstat (limited to 'ui_translate')
-rw-r--r--ui_translate/update_ui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui_translate/update_ui.py b/ui_translate/update_ui.py
index f9b55b03..cab6ef6b 100644
--- a/ui_translate/update_ui.py
+++ b/ui_translate/update_ui.py
@@ -160,7 +160,7 @@ class UI_PT_i18n_update_translations_settings(Panel):
if not i18n_sett.is_init and bpy.ops.ui.i18n_updatetranslation_svn_init_settings.poll():
# Cannot call the operator from here, this code might run while `pyrna_write_check()` returns False
- # (which prevents any operator call from Python), during initalization of Blender.
+ # (which prevents any operator call from Python), during initialization of Blender.
UI_OT_i18n_updatetranslation_svn_init_settings.execute_static(context, settings.settings)
if not i18n_sett.is_init: