From: David Coppa Date: Wed, 4 Dec 2013 11:59:40 +0000 (+0100) Subject: Fix typo: SetChasis -> SetChassis X-Git-Tag: v209~1122 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=f20c84c15f3fea2f6767cdd7dd50d5273773b044;p=elogind.git Fix typo: SetChasis -> SetChassis --- diff --git a/src/hostname/hostnamectl.c b/src/hostname/hostnamectl.c index 3e517781c..3150396c7 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) {