Fix typo: SetChasis -> SetChassis

This commit is contained in:
David Coppa 2013-12-04 12:59:40 +01:00 committed by Zbigniew Jędrzejewski-Szmek
parent 0a4b9a0787
commit f20c84c15f

View file

@ -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) {