mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-20 15:48:54 +02: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:
@@ -197,7 +197,7 @@
|
|||||||
* The first, and preferred, option is to store the source ID returned by
|
* 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
|
* 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
|
* 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.
|
* invoked while the object is still alive.
|
||||||
*
|
*
|
||||||
* The second option is to hold a strong reference to the object in the
|
* The second option is to hold a strong reference to the object in the
|
||||||
|
Reference in New Issue
Block a user