]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
- minor spelling fix
authorRalf Habacker <ralf.habacker@freenet.de>
Fri, 15 Jun 2007 18:15:41 +0000 (18:15 +0000)
committerRalf Habacker <ralf.habacker@freenet.de>
Fri, 15 Jun 2007 18:15:41 +0000 (18:15 +0000)
ChangeLog

index 619eb952a5a3bc87b61b8e975479ff0f4298ea18..44b539f7ae8abef92198a68d1d2d3821d5a6b0c7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
 2007-06-14  Ralf Habacker  <ralf.habacker@freenet.de>
 
        * 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  <ralf.habacker@freenet.de>