summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-0
diff options
context:
space:
mode:
authorStepan Kasal <skasal@src.gnome.org>2005-08-10 10:46:55 +0000
committerStepan Kasal <skasal@src.gnome.org>2005-08-10 10:46:55 +0000
commit0169468c8cc0c43c7692f5af93c0323fe42a5888 (patch)
tree385076d45986cc7348e12db7608e138c2cae4515 /ChangeLog.pre-2-0
parent833abd554a1e203d65a81b9ad043e8a146d38071 (diff)
Fix typos: invokation -> invocation.
Diffstat (limited to 'ChangeLog.pre-2-0')
-rw-r--r--ChangeLog.pre-2-02
1 files changed, 1 insertions, 1 deletions
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 <timj@gtk.org>
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 <yosh@gimp.org>