dbus: update to use InvalidArguments error

This commit is contained in:
Denis Kenzior 2019-10-24 10:54:21 -05:00
parent 2fa27e62b5
commit 206bfbdf3a
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ struct l_dbus_message *dbus_error_not_available(struct l_dbus_message *msg)
struct l_dbus_message *dbus_error_invalid_args(struct l_dbus_message *msg)
{
return l_dbus_message_new_error(msg, IWD_SERVICE ".InvalidArgs",
return l_dbus_message_new_error(msg, IWD_SERVICE ".InvalidArguments",
"Argument type is wrong");
}