From: Ralf Habacker Date: Fri, 15 Jun 2007 18:15:41 +0000 (+0000) Subject: - minor spelling fix X-Git-Tag: dbus-1.1.1~11 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=283b1c6fc775c15773ebdddd423f79ad1612233d;p=thirdparty%2Fdbus.git - minor spelling fix --- diff --git a/ChangeLog b/ChangeLog index 619eb952a..44b539f7a 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