dbus: fix D-Bus documentation typo

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Julien Danjou 2009-12-01 10:01:50 +01:00
parent 4a28c6b219
commit ce5b460f24
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ module("dbus")
-- @name add_signal -- @name add_signal
-- @class function -- @class function
--- Add a signal receiver on the D-Bus. --- Remove a signal receiver on the D-Bus.
-- @param interface A string with the interface name. -- @param interface A string with the interface name.
-- @param func The function to call. -- @param func The function to call.
-- @name remove_signal -- @name remove_signal