Cosmetics: typo fix
authorMatthias Clasen <mclasen@redhat.com>
Wed, 21 Jun 2023 19:39:28 +0000 (15:39 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 21 Jun 2023 20:18:33 +0000 (16:18 -0400)
gtk/gtkfilechooserwidget.c

index 592df92c0240776e967ee77e296d61830596171b..4eb64048beac4edfd01a402de85f9d004eaf1037 100644 (file)
@@ -4573,7 +4573,7 @@ gtk_file_chooser_widget_unselect_all (GtkFileChooser *chooser)
 
 /* Checks whether the filename entry for Save modes contains a well-formed filename.
  *
- * is_well_formed_ret - whether what the user typed passes gkt_file_system_make_path()
+ * is_well_formed_ret - whether what the user typed passes gtk_file_system_make_path()
  *
  * is_empty_ret - whether the file entry is totally empty
  *