Fix T71892: Typo error - Distorsion to Distortion

This commit is contained in:
Antonio Vazquez
2019-11-25 16:12:22 +01:00
parent e0cada9519
commit 78071d0cdf
2 changed files with 2 additions and 2 deletions

View File

@@ -603,7 +603,7 @@ static void gpencil_fx_swirl(ShaderFxData *fx,
fxd->runtime.fx_sh = fx_shgrp;
}
/* Wave Distorsion FX */
/* Wave Distortion FX */
static void gpencil_fx_wave(ShaderFxData *fx, GPENCIL_e_data *e_data, GPENCIL_Data *vedata)
{
if (fx == NULL) {

View File

@@ -46,7 +46,7 @@ static void copyData(const ShaderFxData *md, ShaderFxData *target)
}
ShaderFxTypeInfo shaderfx_Type_Wave = {
/* name */ "Wave Distorsion",
/* name */ "Wave Distortion",
/* structName */ "WaveShaderFxData",
/* structSize */ sizeof(WaveShaderFxData),
/* type */ eShaderFxType_GpencilType,