From 0169468c8cc0c43c7692f5af93c0323fe42a5888 Mon Sep 17 00:00:00 2001 From: Stepan Kasal Date: Wed, 10 Aug 2005 10:46:55 +0000 Subject: Fix typos: invokation -> invocation. --- ChangeLog | 4 ++++ ChangeLog.pre-1-2 | 10 +++++----- ChangeLog.pre-2-0 | 2 +- ChangeLog.pre-2-10 | 4 ++++ ChangeLog.pre-2-12 | 4 ++++ ChangeLog.pre-2-8 | 4 ++++ docs/reference/ChangeLog | 4 ++++ docs/reference/glib/compiling.sgml | 2 +- docs/reference/glib/tmpl/datalist.sgml | 2 +- docs/reference/glib/tmpl/datasets.sgml | 2 +- docs/reference/gobject/glib-genmarshal.xml | 2 +- docs/reference/gobject/glib-mkenums.xml | 2 +- docs/reference/gobject/gobject-query.xml | 2 +- docs/reference/gobject/tmpl/signals.sgml | 2 +- glib/gdataset.c | 4 ++-- gobject/ChangeLog | 4 ++-- gobject/gtype.c | 2 +- 17 files changed, 38 insertions(+), 18 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6eb65863e..cdc4900cd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-08-10 Stepan Kasal + + Fix typos: Invokation --> Invocation (in various places) + 2005-08-10 Matthias Clasen * glib/gfileutils.c (g_build_path_va, g_build_pathname_va): diff --git a/ChangeLog.pre-1-2 b/ChangeLog.pre-1-2 index 786951f55..e5b481aa9 100644 --- a/ChangeLog.pre-1-2 +++ b/ChangeLog.pre-1-2 @@ -462,12 +462,12 @@ Sun Jan 17 14:13:52 1999 Tim Janik * gmain.c (g_source_add): set hook_destroy to G_HOOK_DEFERRED_DESTROY, instead of using an ugly _noop() hack, this is to avoid an uneccessary - function invokation. set hook_free to g_source_destroy_func, this way + function invocation. set hook_free to g_source_destroy_func, this way we always invoke the destroy notifiers for user_data and source_data after execution of dispatch(). thus, g_source_destroy_func() will always be called within the main_loop lock (this wasn't really assured before), and can release and reaquire the look around destroy notifier - invokation. + invocation. Sun Jan 17 11:01:40 1999 Tor Lillqvist @@ -1769,7 +1769,7 @@ Thu Oct 8 06:47:27 1998 Tim Janik added new functions g_dataset_id_remove_no_notify and g_datalist_id_remove_no_notify plus associated macros g_dataset_remove_no_notify and g_datalist_remove_no_notify, which - will remove a certain data portion without invokation of its destroy + will remove a certain data portion without invocation of its destroy notifier, this should only be used in very controled circumstances. Wed Oct 7 05:31:24 1998 Tim Janik @@ -1860,7 +1860,7 @@ Mon Sep 21 02:22:12 1998 Tim Janik * ghash.c: added some g_return_if_fail() statements. make g_hash_table_lookup_node() an inline function so we save an extra - function invokation on lookups. + function invocation on lookups. Sun Sep 20 18:21:46 1998 Owen Taylor @@ -2081,7 +2081,7 @@ Mon Aug 24 02:08:56 1998 Tim Janik removed g_attach_process(). g_on_error_stack_trace() should probably be handled with caution, i've seem several different linux versions (2.0.x) become unstable - after invokation of this function. + after invocation of this function. 1998-08-18: Elliot Lee diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index 6b44d8a92..5eb30711b 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -6777,7 +6777,7 @@ Mon Mar 22 03:54:43 1999 Tim Janik functions, so it can be used to e.g. pass a GPollFd. (g_main_poll): only add poll records with an events mask != 0 to the fd_array. don't even bother calling poll_func() if fds=timeout=0. - added debugging printouts around poll_func() invokation that can be + added debugging printouts around poll_func() invocation that can be enabled with #define G_MAIN_POLL_DEBUG. Fri Mar 19 16:29:50 PST 1999 Manish Singh diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 6eb65863e..cdc4900cd 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,7 @@ +2005-08-10 Stepan Kasal + + Fix typos: Invokation --> Invocation (in various places) + 2005-08-10 Matthias Clasen * glib/gfileutils.c (g_build_path_va, g_build_pathname_va): diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index 6eb65863e..cdc4900cd 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,3 +1,7 @@ +2005-08-10 Stepan Kasal + + Fix typos: Invokation --> Invocation (in various places) + 2005-08-10 Matthias Clasen * glib/gfileutils.c (g_build_path_va, g_build_pathname_va): diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 6eb65863e..cdc4900cd 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,7 @@ +2005-08-10 Stepan Kasal + + Fix typos: Invokation --> Invocation (in various places) + 2005-08-10 Matthias Clasen * glib/gfileutils.c (g_build_path_va, g_build_pathname_va): diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 4d5b0d796..87eb0305b 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,7 @@ +2005-08-10 Stepan Kasal + + Fix typos: Invokation --> Invocation (in various places) + 2005-08-05 Matthias Clasen * gobject/tmpl/gparamspec.sgml: diff --git a/docs/reference/glib/compiling.sgml b/docs/reference/glib/compiling.sgml index 55348e3fc..38a666199 100644 --- a/docs/reference/glib/compiling.sgml +++ b/docs/reference/glib/compiling.sgml @@ -34,7 +34,7 @@ $ pkg-config --libs glib-2.0 If your application uses modules, threads or GObject features, it must be compiled and linked with the options returned by the -following pkg-config invokations: +following pkg-config invocations: $ pkg-config --cflags --libs gmodule-2.0 $ pkg-config --cflags --libs gthread-2.0 diff --git a/docs/reference/glib/tmpl/datalist.sgml b/docs/reference/glib/tmpl/datalist.sgml index 515c3fe8a..9a44bf407 100644 --- a/docs/reference/glib/tmpl/datalist.sgml +++ b/docs/reference/glib/tmpl/datalist.sgml @@ -190,7 +190,7 @@ Calls the given function for each data element of the datalist. The function is called with each data element's #GQuark id and data, together with the given @user_data parameter. Note that this function is NOT thread-safe. So unless @datalist -can be protected from any modifications during invokation of this +can be protected from any modifications during invocation of this function, it should not be called. diff --git a/docs/reference/glib/tmpl/datasets.sgml b/docs/reference/glib/tmpl/datasets.sgml index 48b52adf7..a2603becd 100644 --- a/docs/reference/glib/tmpl/datasets.sgml +++ b/docs/reference/glib/tmpl/datasets.sgml @@ -180,7 +180,7 @@ Removes an element, without calling its destroy notifier. Calls the given function for each data element which is associated with the given location. Note that this function is NOT thread-safe. So unless @datalist -can be protected from any modifications during invokation of this +can be protected from any modifications during invocation of this function, it should not be called. diff --git a/docs/reference/gobject/glib-genmarshal.xml b/docs/reference/gobject/glib-genmarshal.xml index dba390ebb..ad409cc81 100644 --- a/docs/reference/gobject/glib-genmarshal.xml +++ b/docs/reference/gobject/glib-genmarshal.xml @@ -31,7 +31,7 @@ collect its return value. -Invokation +Invocation glib-genmarshal takes a list of marshallers to generate as input. The marshaller list is either read from standard input or from files diff --git a/docs/reference/gobject/glib-mkenums.xml b/docs/reference/gobject/glib-mkenums.xml index 92668e8b6..f5d4f27eb 100644 --- a/docs/reference/gobject/glib-mkenums.xml +++ b/docs/reference/gobject/glib-mkenums.xml @@ -28,7 +28,7 @@ value name strings for introspection. -Invokation +Invocation glib-mkenums takes a list of valid C code files as input. The options specified control the text that is output, certain diff --git a/docs/reference/gobject/gobject-query.xml b/docs/reference/gobject/gobject-query.xml index a2fbf2731..af6fccccc 100644 --- a/docs/reference/gobject/gobject-query.xml +++ b/docs/reference/gobject/gobject-query.xml @@ -30,7 +30,7 @@ types. -Invokation +Invocation gobject-query takes a mandatory argument that specifies whether it should iterate over the fundamental types or print a type tree. diff --git a/docs/reference/gobject/tmpl/signals.sgml b/docs/reference/gobject/tmpl/signals.sgml index a99603e71..13dc1517e 100644 --- a/docs/reference/gobject/tmpl/signals.sgml +++ b/docs/reference/gobject/tmpl/signals.sgml @@ -909,7 +909,7 @@ identified by @itype. A predefined #GSignalAccumulator for signals that return a boolean values. The behavior that this accumulator gives is that a return of %TRUE stops the signal emission: no further -callbacks will be invokced, while a return of %FALSE allows +callbacks will be invoked, while a return of %FALSE allows the emission to coninue. The idea here is that a %TRUE return indicates that the callback handled the signal, and no further handling is needed. diff --git a/glib/gdataset.c b/glib/gdataset.c index ff9bca721..45d3ba66b 100644 --- a/glib/gdataset.c +++ b/glib/gdataset.c @@ -236,7 +236,7 @@ g_data_set_internal (GData **datalist, G_DATALIST_SET_POINTER (datalist, list->next); /* the dataset destruction *must* be done - * prior to invokation of the data destroy function + * prior to invocation of the data destroy function */ if (!list->next && dataset) g_dataset_destroy_internal (dataset); @@ -295,7 +295,7 @@ g_data_set_internal (GData **datalist, list->destroy_func = destroy_func; /* we need to have updated all structures prior to - * invokation of the destroy function + * invocation of the destroy function */ G_UNLOCK (g_dataset_global); dfunc (ddata); diff --git a/gobject/ChangeLog b/gobject/ChangeLog index c09231df9..c9cc2db18 100644 --- a/gobject/ChangeLog +++ b/gobject/ChangeLog @@ -2501,8 +2501,8 @@ Fri Oct 27 16:33:41 2000 Tim Janik that gets passed in to closure invocations. added signal details. renamed GSignalType to GSignalFlags to comply with conventions. quite some cleanups and minor fixes. avoid uneccessary handler list - walks upon invokation of after handlers. relookup handler list for - restarted emissions. preliminary abort normal handler invokation if + walks upon invocation of after handlers. relookup handler list for + restarted emissions. preliminary abort normal handler invocation if after handler is encountered. * glib-genmarshal.c: diff --git a/gobject/gtype.c b/gobject/gtype.c index 2f5303c88..dd6766798 100644 --- a/gobject/gtype.c +++ b/gobject/gtype.c @@ -55,7 +55,7 @@ * a write lock or more than 0 read locks have to be held across * function invocation * - _W: [Write-locked invocation] - * a write lock has to be held across function invokation + * a write lock has to be held across function invocation * - _Wm: [Write-locked invocation, mutatable] * like _W, but the write lock might be released and reacquired * during invocation, watch your pointers -- cgit v1.2.3-70-g09d2