Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntonio Vazquez <blendergit@gmail.com>2019-11-25 18:12:22 +0300
committerAntonio Vazquez <blendergit@gmail.com>2019-11-25 18:12:36 +0300
commit78071d0cdfe53bf9dd7baa1a7204b1e148b7574b (patch)
tree319184726bbd183c1083a61d11540fecf0f744cb /source/blender/shader_fx
parente0cada951982093453a91b80342ce20c4f421fc8 (diff)
Fix T71892: Typo error - Distorsion to Distortion
Diffstat (limited to 'source/blender/shader_fx')
-rw-r--r--source/blender/shader_fx/intern/FX_shader_wave.c2
1 files changed, 1 insertions, 1 deletions
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,