mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-02 07:36:17 +01:00
docs: Fix a typo finalised -> finalized
db8455f07d
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…
Reference in New Issue
Block a user