From ed04662da7c9edae3d146ab5d4f2e028f85d6ad9 Mon Sep 17 00:00:00 2001 From: David Coppa Date: Wed, 4 Dec 2013 12:59:40 +0100 Subject: [PATCH] Fix typo: SetChasis -> SetChassis --- src/hostname/hostnamectl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hostname/hostnamectl.c b/src/hostname/hostnamectl.c index 3e51778..3150396 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) { -- 1.8.4.2