[glib] docs: Fix a typo finalised -> finalized



commit a6ae52fa132ef2c5468d924945470957a7ef4c42
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Fri Aug 21 16:46:33 2015 -0500

    docs: Fix a typo finalised -> finalized
    
    db8455f07d3d58b8d30d35371c0bbd3e342c8960 added use of both "finalised"
    and "finalized". We generally use American spelling, so prefer that.

 glib/gmain.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/glib/gmain.c b/glib/gmain.c
index 816da62..9b90100 100644
--- a/glib/gmain.c
+++ b/glib/gmain.c
@@ -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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]