mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-06-02 19:00:08 +02:00
docs: Fix a typo finalised -> finalized
db8455f07d3d58b8d30d35371c0bbd3e342c8960 added use of both "finalised" and "finalized". We generally use American spelling, so prefer that.
This commit is contained in:
parent
d33eae97c9
commit
a6ae52fa13
@ -197,7 +197,7 @@
|
||||
* The first, and preferred, option is to store the source ID returned by
|
||||
* functions such as g_timeout_add() or g_source_attach(), and explicitly
|
||||
* remove that source from the main context using g_source_remove() when the
|
||||
* owning object is finalised. This ensures that the callback can only be
|
||||
* owning object is finalized. This ensures that the callback can only be
|
||||
* invoked while the object is still alive.
|
||||
*
|
||||
* The second option is to hold a strong reference to the object in the
|
||||
|
Loading…
x
Reference in New Issue
Block a user