summaryrefslogtreecommitdiff
path: root/src/hostname
diff options
context:
space:
mode:
authorDavid Coppa <dcoppa@gmail.com>2013-12-04 12:59:40 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2013-12-04 09:28:19 -0500
commitf20c84c15f3fea2f6767cdd7dd50d5273773b044 (patch)
tree712f8b5176fcb8d7bfe73318810da63cea4c92e7 /src/hostname
parent0a4b9a07872dfbcce523baa795c71eefd1bed7fa (diff)
Fix typo: SetChasis -> SetChassis
Diffstat (limited to 'src/hostname')
-rw-r--r--src/hostname/hostnamectl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hostname/hostnamectl.c b/src/hostname/hostnamectl.c
index 3e517781c3..3150396c70 100644
--- a/src/hostname/hostnamectl.c
+++ b/src/hostname/hostnamectl.c
@@ -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) {