chiark / gitweb /
event: add ability to change fd of an active event source
[elogind.git] / src / hostname / hostnamectl.c
index 3e517781c3f8d2c662a97edc48776459b4c39dd1..3150396c70e89d2167e94616f4953d7694cea43f 100644 (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) {