diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2018-10-14 22:54:36 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2018-10-14 22:54:36 (GMT) |
commit | ab45be33f699d458fe8cabf85b4c6c4f41f24fdd (patch) | |
tree | c183a1dc2e96507a213112eea2a9538bd3b600e1 /src/glibext | |
parent | cfa7c9543b4265ae65bc7097350fcf8587117fe3 (diff) |
Typo.
Diffstat (limited to 'src/glibext')
-rw-r--r-- | src/glibext/gdisplayoptions.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glibext/gdisplayoptions.c b/src/glibext/gdisplayoptions.c index 9ab2063..c0fa614 100644 --- a/src/glibext/gdisplayoptions.c +++ b/src/glibext/gdisplayoptions.c @@ -70,7 +70,7 @@ static void g_display_options_finalize(GDisplayOptions *); -/* Indique le type définit pour une ligne de représentation. */ +/* Indique le type défini pour une ligne de représentation. */ G_DEFINE_TYPE(GDisplayOptions, g_display_options, G_TYPE_OBJECT); |