From e2470ec6db5230c183a4879b5f0c687b699614e9 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 2 Aug 2012 23:51:52 +0200 Subject: [PATCH] docs: Don't put links in section titles --- gio/gsettingsschema.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gio/gsettingsschema.c b/gio/gsettingsschema.c index f8be19fa9..7ee807f52 100644 --- a/gio/gsettingsschema.c +++ b/gio/gsettingsschema.c @@ -33,7 +33,7 @@ /** * SECTION:gsettingsschema * @short_description: introspecting and controlling the loading of - * #GSettings schemas + * GSettings schemas * * The #GSettingsSchemaSource and #GSettingsSchema APIs provide a * mechanism for advanced control over the loading of schemas and a @@ -270,7 +270,7 @@ g_settings_schema_source_unref (GSettingsSchemaSource *source) * source, the lookup will recurse to the parent. * * Second, any references to other schemas specified within this - * source (ie: child or extents) + * source (ie: child or extends) * references may be resolved from the @parent. * * For this second reason, except in very unusual situations, the