From 38f610f85eb0cdfb05ecea3b8f1f94fb6a034ab9 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 14 May 2023 13:26:03 -0400 Subject: [PATCH] Fix a typo --- gdk/gdktoplevel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdk/gdktoplevel.c b/gdk/gdktoplevel.c index 5a5c9e4d0f..5b201d45e4 100644 --- a/gdk/gdktoplevel.c +++ b/gdk/gdktoplevel.c @@ -791,7 +791,7 @@ gdk_toplevel_export_handle (GdkToplevel *toplevel, * @result: the `GAsyncResult` * @error: return location for an error * - * Finishes the [method@Gdk.Toplevel.export_handle] cal and + * Finishes the [method@Gdk.Toplevel.export_handle] call and * returns the resulting handle. * * Returns: (nullable) (transfer full): the exported handle, -- 2.30.2