FileDialog: Fix typos of "inital" to "initial"
authorDaniel Boles <dboles.src@gmail.com>
Fri, 23 Jun 2023 12:50:53 +0000 (13:50 +0100)
committerDaniel Boles <dboles.src@gmail.com>
Fri, 23 Jun 2023 12:50:53 +0000 (13:50 +0100)
gtk/gtkfiledialog.c

index 6735833754d79e90ca96f71ebf699b0de2d9ab49..2fe8a58462176da846b4725635aa9f6f890dca2f 100644 (file)
@@ -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