diff --git a/glib/goption.h b/glib/goption.h index f096504c4..557d8f713 100644 --- a/glib/goption.h +++ b/glib/goption.h @@ -41,13 +41,13 @@ typedef struct _GOptionContext GOptionContext; /** * GOptionGroup: - * + * * A GOptionGroup struct defines the options in a single - * group. The struct has only private fields and should not be directly accessed. - * - * All options in a group share the same translation function. Libaries which + * group. The struct has only private fields and should not be directly accessed. + * + * All options in a group share the same translation function. Libraries which * need to parse commandline options are expected to provide a function for - * getting a GOptionGroup holding their options, which + * getting a GOptionGroup holding their options, which * the application can then add to its #GOptionContext. */ typedef struct _GOptionGroup GOptionGroup;