diff --git a/gtk/gtknativedialog.c b/gtk/gtknativedialog.c index 0df3f97866..f17817f1f7 100644 --- a/gtk/gtknativedialog.c +++ b/gtk/gtknativedialog.c @@ -605,7 +605,7 @@ run_response_cb (GtkNativeDialog *self, * modal dialog (it prevents the user from interacting with other * windows in the same window group while the dialog is run), callbacks * such as timeouts, IO channel watches, DND drops, etc, will - * be triggered during a gtk_nautilus_dialog_run() call. + * be triggered during a gtk_native_dialog_run() call. * * Returns: response ID *