mirror of
https://github.com/clearlinux/systemd-stable.git
synced 2026-09-06 05:32:02 +00:00
Fix typo: SetChasis -> SetChassis
This commit is contained in:
committed by
Zbigniew Jędrzejewski-Szmek
parent
0a4b9a0787
commit
f20c84c15f
@@ -285,7 +285,7 @@ static int set_chassis(sd_bus *bus, char **args, unsigned n) {
|
||||
assert(args);
|
||||
assert(n == 2);
|
||||
|
||||
return set_simple_string(bus, "SetChasis", args[1]);
|
||||
return set_simple_string(bus, "SetChassis", args[1]);
|
||||
}
|
||||
|
||||
static int help(void) {
|
||||
|
||||
Reference in New Issue
Block a user