From: Christian Persch Date: Wed, 16 Jun 2010 16:47:20 +0000 (+0200) Subject: Typo fix X-Git-Tag: 2.25.9~39 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6a1cb9f697c0cd69d717b2a1457dd696702f4e48;p=platform%2Fupstream%2Fglib.git Typo fix --- diff --git a/gobject/gparam.h b/gobject/gparam.h index d377876..7fc4f61 100644 --- a/gobject/gparam.h +++ b/gobject/gparam.h @@ -191,7 +191,7 @@ typedef struct _GParamSpecPool GParamSpecPool; * @name: name of this parameter * @flags: #GParamFlags flags for this parameter * @value_type: the #GValue type for this parameter - * @owner_type: #GType type that uses (introduces) this paremeter + * @owner_type: #GType type that uses (introduces) this parameter * * All other fields of the GParamSpec struct are private and * should not be used directly.