From: Daniel Boles Date: Fri, 23 Jun 2023 12:50:53 +0000 (+0100) Subject: FileDialog: Fix typos of "inital" to "initial" X-Git-Tag: archive/raspbian/4.12.3+ds-1+rpi1~1^2^2^2~22^2~1^2~105 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=aef0943f619f247a56c3729b5377120cd1649d8e;p=gtk4.git FileDialog: Fix typos of "inital" to "initial" --- diff --git a/gtk/gtkfiledialog.c b/gtk/gtkfiledialog.c index 6735833754..2fe8a58462 100644 --- a/gtk/gtkfiledialog.c +++ b/gtk/gtkfiledialog.c @@ -268,7 +268,7 @@ gtk_file_dialog_class_init (GtkFileDialogClass *class) /** * GtkFileDialog:initial-file: (attributes org.gtk.Property.get=gtk_file_dialog_get_initial_file org.gtk.Property.set=gtk_file_dialog_set_initial_file) * - * The inital file, that is, the file that is initially selected + * The initial file, that is, the file that is initially selected * in the file chooser dialog * * This is a utility property that sets both [property@Gtk.FileDialog:initial-folder] and @@ -284,7 +284,7 @@ gtk_file_dialog_class_init (GtkFileDialogClass *class) /** * GtkFileDialog:initial-folder: (attributes org.gtk.Property.get=gtk_file_dialog_get_initial_folder org.gtk.Property.set=gtk_file_dialog_set_initial_folder) * - * The inital folder, that is, the directory that is initially + * The initial folder, that is, the directory that is initially * opened in the file chooser dialog * * Since: 4.10 @@ -297,7 +297,7 @@ gtk_file_dialog_class_init (GtkFileDialogClass *class) /** * GtkFileDialog:initial-name: (attributes org.gtk.Property.get=gtk_file_dialog_get_initial_name org.gtk.Property.set=gtk_file_dialog_set_initial_name) * - * The inital name, that is, the filename that is initially + * The initial name, that is, the filename that is initially * selected in the file chooser dialog. * * Since: 4.10