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 <brechtvanlommel@gmail.com>2018-10-19 18:59:58 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2018-10-19 19:12:29 +0300
commitd7d3233715503ecc15b8dd1973f7e73257e2cbda (patch)
treef9f9ab24b89fe574b3f972e45c8337bcd791a9b1 /io_sequencer_edl
parent84b817117328b3193533324846ec389b1f5fe5c4 (diff)
Spelling fixes in comments and descriptions, patch by luzpaz.
Differential Revision: https://developer.blender.org/D3746
Diffstat (limited to 'io_sequencer_edl')
-rw-r--r--io_sequencer_edl/import_edl.py2
-rw-r--r--io_sequencer_edl/parse_edl.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/io_sequencer_edl/import_edl.py b/io_sequencer_edl/import_edl.py
index b1a767c1..56b69839 100644
--- a/io_sequencer_edl/import_edl.py
+++ b/io_sequencer_edl/import_edl.py
@@ -209,7 +209,7 @@ def load_edl(scene, filename, reel_files, reel_offsets, global_offset):
other.frame_offset_end += (other.frame_final_end - new_end)
other.update()
- # Apply disolve
+ # Apply dissolve
if edit.transition_type == parse_edl.TRANSITION_DISSOLVE:
apply_dissolve_fcurve(final_strip, edit.transition_duration)
diff --git a/io_sequencer_edl/parse_edl.py b/io_sequencer_edl/parse_edl.py
index 683e67bc..1d542e7f 100644
--- a/io_sequencer_edl/parse_edl.py
+++ b/io_sequencer_edl/parse_edl.py
@@ -257,7 +257,7 @@ BLACK_ID = {
"""
-Most sytems:
+Most systems:
Non-dropframe: 1:00:00:00 - colon in last position
Dropframe: 1:00:00;00 - semicolon in last position
PAL/SECAM: 1:00:00:00 - colon in last position