Fix typos: invokation -> invocation.

This commit is contained in:
Stepan Kasal
2005-08-10 10:46:55 +00:00
parent 833abd554a
commit 0169468c8c
17 changed files with 38 additions and 18 deletions

View File

@@ -2501,8 +2501,8 @@ Fri Oct 27 16:33:41 2000 Tim Janik <timj@gtk.org>
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:

View File

@@ -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