diff options
author | Havoc Pennington <hp@redhat.com> | 2003-04-08 20:16:03 +0000 |
---|---|---|
committer | Havoc Pennington <hp@redhat.com> | 2003-04-08 20:16:03 +0000 |
commit | 6c241c1035a74f9ad4a526424a0be5c816bc61cb (patch) | |
tree | 57c2d76171edf47427a2c3b3821de71aeff00845 /doc/dbus-specification.sgml | |
parent | c5020ac870c5990a36c3576453cc23431213e8bf (diff) |
2003-04-08 Havoc Pennington <hp@redhat.com>
* bus/driver.c (bus_driver_handle_acquire_service): init
retval/reply before checking name
* dbus/dbus-marshal.c (_dbus_marshal_validate_arg): add a
recursion depth argument
* dbus/dbus-message.h (struct DBusMessageIter): put some padding
in the public struct for future extension
* dbus/dbus-message-builder.c (_dbus_message_data_load): fix
typo
* dbus/dbus-marshal.c (_dbus_marshal_validate_arg): fix a verbose
message
* doc/dbus-specification.sgml: fix typo
Diffstat (limited to 'doc/dbus-specification.sgml')
-rw-r--r-- | doc/dbus-specification.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/dbus-specification.sgml b/doc/dbus-specification.sgml index 200ef430..5a7a80fa 100644 --- a/doc/dbus-specification.sgml +++ b/doc/dbus-specification.sgml @@ -396,7 +396,7 @@ <entry>a byte giving the element type of the array followed by an UINT32 (aligned to 4 bytes) giving the length of the array data in bytes. This is then followed by a number of - entires with the same type, encoded like that type normally + entries with the same type, encoded like that type normally would be encoded alone. </entry> </row><row> |