diff --git a/build-aux/flatpak/org.gtk.Demo4.json b/build-aux/flatpak/org.gtk.Demo4.json index 9922c759e0..1b7a542d80 100644 --- a/build-aux/flatpak/org.gtk.Demo4.json +++ b/build-aux/flatpak/org.gtk.Demo4.json @@ -35,10 +35,10 @@ "modules" : [ { "name" : "wayland", - "buildsystem" : "autotools", + "buildsystem" : "meson", "builddir" : true, "config-opts" : [ - "--disable-documentation" + "-Ddocumentation=false" ], "sources" : [ { diff --git a/gtk/gtksearchentry.c b/gtk/gtksearchentry.c index 8b03286a02..0e45015a19 100644 --- a/gtk/gtksearchentry.c +++ b/gtk/gtksearchentry.c @@ -79,7 +79,7 @@ * ]| * * GtkSearchEntry has a single CSS node with name entry that carries - * a .sarch style class, and the text node is a child of that. + * a .search style class, and the text node is a child of that. * * # Accessibility *