From ce5b460f24c5e3c0270025c2e95ffa65f7f0ecb1 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 3025373f..1e24ae1e 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