From 86141a75ebc5d0517edf71f2bc2fe7d0d13d8b5e Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Wed, 5 Jan 2022 15:09:53 +0100 Subject: Cleanup: fix typos in source code in intern/ Contributed by luzpaz. Differential Revision: https://developer.blender.org/D13532 --- intern/opensubdiv/opensubdiv_converter_capi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'intern/opensubdiv/opensubdiv_converter_capi.h') 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); -- cgit v1.2.3