@@ -108,7 +108,7 @@ CSFML_GRAPHICS_API void sfVertexArray_clear(sfVertexArray* vertexArray);
108
108
/// If \a vertexCount is less than the current size, existing vertices
109
109
/// are removed from the array.
110
110
///
111
- /// \param vertexArray Vertex array objet
111
+ /// \param vertexArray Vertex array object
112
112
/// \param vertexCount New size of the array (number of vertices)
113
113
///
114
114
////////////////////////////////////////////////////////////
@@ -117,7 +117,7 @@ CSFML_GRAPHICS_API void sfVertexArray_resize(sfVertexArray* vertexArray, size_t
117
117
////////////////////////////////////////////////////////////
118
118
/// \brief Add a vertex to a vertex array array
119
119
///
120
- /// \param vertexArray Vertex array objet
120
+ /// \param vertexArray Vertex array object
121
121
/// \param vertex Vertex to add
122
122
///
123
123
////////////////////////////////////////////////////////////
@@ -134,7 +134,7 @@ CSFML_GRAPHICS_API void sfVertexArray_append(sfVertexArray* vertexArray, sfVerte
134
134
/// \li As quads
135
135
/// The default primitive type is sfPoints.
136
136
///
137
- /// \param vertexArray Vertex array objet
137
+ /// \param vertexArray Vertex array object
138
138
/// \param type Type of primitive
139
139
///
140
140
////////////////////////////////////////////////////////////
@@ -143,7 +143,7 @@ CSFML_GRAPHICS_API void sfVertexArray_setPrimitiveType(sfVertexArray* vertexArra
143
143
////////////////////////////////////////////////////////////
144
144
/// \brief Get the type of primitives drawn by a vertex array
145
145
///
146
- /// \param vertexArray Vertex array objet
146
+ /// \param vertexArray Vertex array object
147
147
///
148
148
/// \return Primitive type
149
149
///
@@ -156,7 +156,7 @@ CSFML_GRAPHICS_API sfPrimitiveType sfVertexArray_getPrimitiveType(sfVertexArray*
156
156
/// This function returns the axis-aligned rectangle that
157
157
/// contains all the vertices of the array.
158
158
///
159
- /// \param vertexArray Vertex array objet
159
+ /// \param vertexArray Vertex array object
160
160
///
161
161
/// \return Bounding rectangle of the vertex array
162
162
///
0 commit comments