From b45fd1f53042e684ecd193ba2e69a6ef4cc4dfbd Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Tue, 1 Dec 2009 10:01:50 +0100 Subject: [PATCH] dbus: fix D-Bus documentation typo Signed-off-by: Julien Danjou --- luadoc/dbus.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/luadoc/dbus.lua b/luadoc/dbus.lua index 3025373f1..1e24ae1e6 100644 --- a/luadoc/dbus.lua +++ b/luadoc/dbus.lua @@ -36,7 +36,7 @@ module("dbus") -- @name add_signal -- @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 func The function to call. -- @name remove_signal