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:
Diffstat (limited to 'sequencer_kinoraw_tools/audio_tools.py')
-rw-r--r--sequencer_kinoraw_tools/audio_tools.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sequencer_kinoraw_tools/audio_tools.py b/sequencer_kinoraw_tools/audio_tools.py
index bf615d5a..a2ad692f 100644
--- a/sequencer_kinoraw_tools/audio_tools.py
+++ b/sequencer_kinoraw_tools/audio_tools.py
@@ -202,7 +202,7 @@ class ExternalAudioReloadOperator(Operator):
bl_idname = "sequencer.external_audio_reload"
bl_label = "Reload External audio"
bl_description = ("Reload external audio synced to selected movie strip "
- "acording to info from a text file")
+ "according to info from a text file")
@staticmethod
def has_sequencer(context):