diff options
Diffstat (limited to 'serial/manager.c')
-rw-r--r-- | serial/manager.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/serial/manager.c b/serial/manager.c index ace402b5..965f1653 100644 --- a/serial/manager.c +++ b/serial/manager.c @@ -1590,7 +1590,7 @@ static DBusMethodVTable proxy_methods[] = { { "Enable", proxy_enable, "", "" }, { "Disable", proxy_disable, "", "" }, { "GetInfo", proxy_get_info, "", "{sv}" }, - { "SetSerialParams", proxy_set_serial_params, "syys", "" }, + { "SetSerialParameters", proxy_set_serial_params, "syys", "" }, { NULL, NULL, NULL, NULL }, }; |