@@ -191,7 +191,7 @@ CSFML_GRAPHICS_API sfFloatRect sfView_getViewport(const sfView* view);
191191CSFML_GRAPHICS_API sfFloatRect sfView_getScissor (const sfView * view );
192192
193193////////////////////////////////////////////////////////////
194- /// \brief Move a view relatively to its current position
194+ /// \brief Move a view relative to its current position
195195///
196196/// \param view View object
197197/// \param offset Offset
@@ -200,7 +200,7 @@ CSFML_GRAPHICS_API sfFloatRect sfView_getScissor(const sfView* view);
200200CSFML_GRAPHICS_API void sfView_move (sfView * view , sfVector2f offset );
201201
202202////////////////////////////////////////////////////////////
203- /// \brief Rotate a view relatively to its current orientation
203+ /// \brief Rotate a view relative to its current orientation
204204///
205205/// \param view View object
206206/// \param angle Angle to rotate, in degrees
@@ -209,7 +209,7 @@ CSFML_GRAPHICS_API void sfView_move(sfView* view, sfVector2f offset);
209209CSFML_GRAPHICS_API void sfView_rotate (sfView * view , float angle );
210210
211211////////////////////////////////////////////////////////////
212- /// \brief Resize a view rectangle relatively to its current size
212+ /// \brief Resize a view rectangle relative to its current size
213213///
214214/// Resizing the view simulates a zoom, as the zone displayed on
215215/// screen grows or shrinks.
0 commit comments