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:
authorBrecht Van Lommel <brecht@blender.org>2022-01-05 17:09:53 +0300
committerBrecht Van Lommel <brecht@blender.org>2022-01-05 17:35:30 +0300
commit86141a75ebc5d0517edf71f2bc2fe7d0d13d8b5e (patch)
treeb42fe0b9d11fa59260ad68a9be000bea46f048f7 /intern/opensubdiv/opensubdiv_converter_capi.h
parent29ab711efa01a94d7d407c29755cd697dbd02276 (diff)
Cleanup: fix typos in source code in intern/
Contributed by luzpaz. Differential Revision: https://developer.blender.org/D13532
Diffstat (limited to 'intern/opensubdiv/opensubdiv_converter_capi.h')
-rw-r--r--intern/opensubdiv/opensubdiv_converter_capi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/opensubdiv/opensubdiv_converter_capi.h b/intern/opensubdiv/opensubdiv_converter_capi.h
index 6f914a20bf5..164a6dfeb03 100644
--- a/intern/opensubdiv/opensubdiv_converter_capi.h
+++ b/intern/opensubdiv/opensubdiv_converter_capi.h
@@ -135,7 +135,7 @@ typedef struct OpenSubdiv_Converter {
// specified in precalcUVLayer().
int (*getNumUVCoordinates)(const struct OpenSubdiv_Converter *converter);
// For the given face index and its corner (known as loop in Blender)
- // get corrsponding UV coordinate index.
+ // get corresponding UV coordinate index.
int (*getFaceCornerUVIndex)(const struct OpenSubdiv_Converter *converter,
const int face_index,
const int corner_index);