[systemd-commits] src/hostname
Zbigniew JÄdrzejewski-Szmek
zbyszek at kemper.freedesktop.org
Wed Dec 4 06:29:59 PST 2013
src/hostname/hostnamectl.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit f20c84c15f3fea2f6767cdd7dd50d5273773b044
Author: David Coppa <dcoppa at gmail.com>
Date: Wed Dec 4 12:59:40 2013 +0100
Fix typo: SetChasis -> SetChassis
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) {
More information about the systemd-commits
mailing list