[Bf-blender-cvs] [78071d0cdfe] master: Fix T71892: Typo error - Distorsion to Distortion

Antonio Vazquez noreply at git.blender.org
Mon Nov 25 16:12:41 CET 2019


Commit: 78071d0cdfe53bf9dd7baa1a7204b1e148b7574b
Author: Antonio Vazquez
Date:   Mon Nov 25 16:12:22 2019 +0100
Branches: master
https://developer.blender.org/rB78071d0cdfe53bf9dd7baa1a7204b1e148b7574b

Fix T71892: Typo error -  Distorsion to Distortion

===================================================================

M	source/blender/draw/engines/gpencil/gpencil_shader_fx.c
M	source/blender/shader_fx/intern/FX_shader_wave.c

===================================================================

diff --git a/source/blender/draw/engines/gpencil/gpencil_shader_fx.c b/source/blender/draw/engines/gpencil/gpencil_shader_fx.c
index 0f4043ce278..f6a62e0d472 100644
--- a/source/blender/draw/engines/gpencil/gpencil_shader_fx.c
+++ b/source/blender/draw/engines/gpencil/gpencil_shader_fx.c
@@ -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) {
diff --git a/source/blender/shader_fx/intern/FX_shader_wave.c b/source/blender/shader_fx/intern/FX_shader_wave.c
index 8abe70ec22e..334024bbd3f 100644
--- a/source/blender/shader_fx/intern/FX_shader_wave.c
+++ b/source/blender/shader_fx/intern/FX_shader_wave.c
@@ -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,



More information about the Bf-blender-cvs mailing list