diff --git a/gio/gappinfo.c b/gio/gappinfo.c index 42feb9d7c..787b77451 100644 --- a/gio/gappinfo.c +++ b/gio/gappinfo.c @@ -1595,7 +1595,7 @@ g_app_launch_context_get_display (GAppLaunchContext *context, * g_app_launch_context_get_startup_notify_id: * @context: a #GAppLaunchContext * @info: a #GAppInfo - * @files: (element-type GFile): a #GList of of #GFile objects + * @files: (element-type GFile): a #GList of #GFile objects * * Initiates startup notification for the application and returns the * `XDG_ACTIVATION_TOKEN` or `DESKTOP_STARTUP_ID` for the launched operation, diff --git a/gio/gapplication.c b/gio/gapplication.c index 200799d53..31508ebbe 100644 --- a/gio/gapplication.c +++ b/gio/gapplication.c @@ -88,8 +88,8 @@ * instance and g_application_run() promptly returns. See the code * examples below. * - * If used, the expected form of an application identifier is the same as - * that of of a + * If used, the expected form of an application identifier is the + * same as that of a * [D-Bus well-known bus name](https://dbus.freedesktop.org/doc/dbus-specification.html#message-protocol-names-bus). * Examples include: `com.example.MyApp`, `org.example.internal_apps.Calculator`, * `org._7_zip.Archiver`. diff --git a/gio/gdbusintrospection.c b/gio/gdbusintrospection.c index a08c1298c..c7be334ce 100644 --- a/gio/gdbusintrospection.c +++ b/gio/gdbusintrospection.c @@ -1613,7 +1613,7 @@ parser_end_element (GMarkupParseContext *context, nodes = parse_data_steal_nodes (data, &num_nodes); interfaces = parse_data_steal_interfaces (data, &num_interfaces); - /* destroy the nodes, interfaces for scope we're exiting and and pop the nodes, interfaces from the + /* destroy the nodes, interfaces for scope we're exiting and pop the nodes, interfaces from the * scope we're reentering */ parse_data_free_interfaces (data); @@ -1707,7 +1707,7 @@ parser_end_element (GMarkupParseContext *context, embedded_annotations = steal_annotations (data); - /* destroy the annotations for scope we're exiting and and pop the annotations from the scope we're reentering */ + /* destroy the annotations for scope we're exiting and pop the annotations from the scope we're reentering */ parse_data_free_annotations (data); data->annotations = (GPtrArray *) data->annotations_stack->data; data->annotations_stack = g_slist_remove (data->annotations_stack, data->annotations_stack->data); @@ -1727,7 +1727,7 @@ parser_end_element (GMarkupParseContext *context, if (!have_popped_annotations) { - /* destroy the annotations for scope we're exiting and and pop the annotations from the scope we're reentering */ + /* destroy the annotations for scope we're exiting and pop the annotations from the scope we're reentering */ parse_data_free_annotations (data); data->annotations = (GPtrArray *) data->annotations_stack->data; data->annotations_stack = g_slist_remove (data->annotations_stack, data->annotations_stack->data); diff --git a/gio/gschema.dtd b/gio/gschema.dtd index 3a903e7ab..9d7482db7 100644 --- a/gio/gschema.dtd +++ b/gio/gschema.dtd @@ -33,7 +33,7 @@ enum CDATA #IMPLIED flags CDATA #IMPLIED > -