]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
doc: Fix typo in release notes
authorzhangdiandian <1635468471@qq.com>
Sun, 8 Oct 2023 17:35:29 +0000 (17:35 +0000)
committerRico Tzschichholz <ricotz@ubuntu.com>
Mon, 9 Oct 2023 09:55:42 +0000 (11:55 +0200)
Fixes https://gitlab.gnome.org/GNOME/vala/issues/1487

doc/release-notes/vala-0.56.md

index 5a00a4dc94fcc758f88cab52d97640db438168bb..a843183abb2d51774d38dc429fe749cfcc1c460f 100644 (file)
@@ -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