From 283b1c6fc775c15773ebdddd423f79ad1612233d Mon Sep 17 00:00:00 2001 From: Ralf Habacker Date: Fri, 15 Jun 2007 18:15:41 +0000 Subject: - minor spelling fix --- ChangeLog | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 619eb952..44b539f7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -24,11 +24,11 @@ 2007-06-14 Ralf Habacker * reverted global rename of function _dbus_username_from_current_process. - It needs to much tests to verify that the change does not break anything. + It needs too much tests to verify that the change does not break anything. I had overseen that the signatures are different and requires non trivial changes. - This is one *major* disadvantage of elumating oop functionality with c. - You are responsible for cleaning every object on every function return point, + This is one *major* disadvantage of emulating oop functionality with c. + You are responsible for cleaning every object on every function return point which could be a nightmare if you are not working with dbus all the days. 2007-06-14 Ralf Habacker -- cgit