pdb: fix typo s/chanel/channel/

This commit is contained in:
Michael Natterer 2018-04-26 20:46:32 +02:00
parent 9f86c7ec04
commit 12904cffc8

View file

@ -3821,9 +3821,9 @@ sub plug_in_sinus {
{ name => 'col2', type => 'color',
desc => 'second color (sometimes unused)' },
{ name => 'alpha1', type => '0 <= float <= 1',
desc => 'alpha for the first color (used if the drawable has an alpha chanel)' },
desc => 'alpha for the first color (used if the drawable has an alpha channel)' },
{ name => 'alpha2', type => '0 <= float <= 1',
desc => 'alpha for the second color (used if the drawable has an alpha chanel)' },
desc => 'alpha for the second color (used if the drawable has an alpha channel)' },
{ name => 'blend', type => '0 <= int32 <= 2',
desc => '0=linear, 1=bilinear, 2=sinusoidal' },
{ name => 'blend_power', type => 'float',