include/gds-utils/gds-types.h: Fix typo in comment

This commit is contained in:
Mario Hüttel 2019-12-11 08:25:24 +01:00
parent 4550815901
commit 9e8d0b4611
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ enum graphics_type
enum path_type {PATH_FLUSH = 0, PATH_ROUNDED = 1, PATH_SQUARED = 2}; /**< Path line caps */
/**
* @brief A point in the 2D plane. Sometimes reffered to as vertex
* @brief A point in the 2D plane. Sometimes referred to as vertex
*/
struct gds_point {
int x;