This commit is contained in:
▟ ▖▟ ▖ 2015-04-02 01:08:54 +02:00 committed by Uli Schlachter
parent 0d2e6d2068
commit e8d209fde6
1 changed files with 1 additions and 1 deletions

2
dbus.c
View File

@ -827,7 +827,7 @@ luaA_dbus_emit_signal(lua_State *L)
if(nargs % 2 != 0)
{
luaA_warn(L, "your D-Bus signal emiting method has wrong number of arguments");
luaA_warn(L, "your D-Bus signal emitting method has wrong number of arguments");
dbus_message_unref(msg);
lua_pushboolean(L, 0);
return 1;