From: zhangdiandian <1635468471@qq.com> Date: Sun, 8 Oct 2023 17:35:29 +0000 (+0000) Subject: doc: Fix typo in release notes X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1de9e2661e178053068418eb22e9c28c5136a84e;p=thirdparty%2Fvala.git doc: Fix typo in release notes Fixes https://gitlab.gnome.org/GNOME/vala/issues/1487 --- diff --git a/doc/release-notes/vala-0.56.md b/doc/release-notes/vala-0.56.md index 5a00a4dc9..a843183ab 100644 --- a/doc/release-notes/vala-0.56.md +++ b/doc/release-notes/vala-0.56.md @@ -142,7 +142,7 @@ A bunch of new bindings to libraries got added this release. Here is a list: - libsoup is now also available in version 3.0 and webkit2gtk in version 4.1 and 5.0 so you can start porting you Vala apps to the new releases of these libraries - linux-media can now be used from Vala. There were also lots of more additions and fixes in other linux kernel interface bindings. -- During the port of the gnome-desktop library it was splitted up into gnome-desktop-4, gnome-rr-4 and gnome-bg-4. They are all now available to use in your new app. +- During the port of the gnome-desktop library it was split up into gnome-desktop-4, gnome-rr-4 and gnome-bg-4. They are all now available to use in your new app. - the GLib vapi was updated to version 2.72, including the new Signal- and BindingGroups and DebugController ### GNOME Getting started tutorial