Skip to content

Commit e4f2c2a

Browse files
committed
Fix spelling typos in jackrack
1 parent fed4ce6 commit e4f2c2a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/modules/jackrack/factory.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ extern mlt_producer producer_ladspa_init(mlt_profile profile,
6262

6363
#include <lv2.h>
6464

65-
/* lv2 extenstions */
65+
/* lv2 extensions */
6666
#include <lv2/atom/atom.h>
6767
#include <lv2/midi/midi.h>
6868
#include <lv2/port-groups/port-groups.h>
@@ -274,7 +274,7 @@ static mlt_properties metadata(mlt_service_type type, const char *id, char *data
274274
mlt_properties_set(p, "title", "Channel Mask");
275275
mlt_properties_set(p,
276276
"description",
277-
"A bitmask inidicating which channels to affect.");
277+
"A bitmask indicating which channels to affect.");
278278
mlt_properties_set(p, "type", "integer");
279279
mlt_properties_set(p, "default", "0xFFFFFFFF");
280280
mlt_properties_set_int(p, "minimum", 0);

0 commit comments

Comments
 (0)