[Bf-blender-cvs] [2bd8f2dfadd] master: Cleanup: Spelling

Sergey Sharybin noreply at git.blender.org
Fri Apr 5 12:53:15 CEST 2019


Commit: 2bd8f2dfaddb0384b848916860a8655290fb45ea
Author: Sergey Sharybin
Date:   Fri Apr 5 12:52:57 2019 +0200
Branches: master
https://developer.blender.org/rB2bd8f2dfaddb0384b848916860a8655290fb45ea

Cleanup: Spelling

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

M	source/blender/blenkernel/BKE_subdiv.h

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

diff --git a/source/blender/blenkernel/BKE_subdiv.h b/source/blender/blenkernel/BKE_subdiv.h
index 1ade8a0e44d..8c6b92e3638 100644
--- a/source/blender/blenkernel/BKE_subdiv.h
+++ b/source/blender/blenkernel/BKE_subdiv.h
@@ -240,7 +240,7 @@ BLI_INLINE void BKE_subdiv_ptex_face_uv_to_grid_uv(
         const float ptex_u, const float ptex_v,
         float *r_grid_u, float *r_grid_v);
 
-/* Onverse of above. */
+/* Inverse of above. */
 BLI_INLINE void BKE_subdiv_grid_uv_to_ptex_face_uv(
         const float grid_u, const float grid_v,
         float *r_ptex_u, float *r_ptex_v);



More information about the Bf-blender-cvs mailing list