mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02:00
Fix some documentation typos
svn path=/trunk/; revision=7707
This commit is contained in:
@@ -319,7 +319,7 @@ G_DEFINE_TYPE (MamanBar, maman_bar, G_TYPE_OBJECT);
|
||||
static void
|
||||
maman_bar_init (MamanBar *self)
|
||||
{
|
||||
self->private = MAMAN_BAR_GET_PRIVATE (self);
|
||||
self->priv = MAMAN_BAR_GET_PRIVATE (self);
|
||||
|
||||
/* initialize all public and private members to reasonable default values. */
|
||||
|
||||
|
Reference in New Issue
Block a user