From: Chris Murphy Date: Mon, 10 Feb 2020 06:54:12 +0000 (-0700) Subject: fix typo in object field X-Git-Tag: v245-rc2~66 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d900701eeab4a43b6626256226c68ed00a63962d;p=thirdparty%2Fsystemd.git fix typo in object field # homectl create hack --fs-type=btrfs Unexpected object field 'fileSytemType'. --- diff --git a/src/home/homectl.c b/src/home/homectl.c index d978897e92a..19d69c4721e 100644 --- a/src/home/homectl.c +++ b/src/home/homectl.c @@ -3275,7 +3275,7 @@ static int parse_argv(int argc, char *argv[]) { const char *field = c == ARG_STORAGE ? "storage" : - c == ARG_FS_TYPE ? "fileSytemType" : + c == ARG_FS_TYPE ? "fileSystemType" : c == ARG_LUKS_CIPHER ? "luksCipher" : c == ARG_LUKS_CIPHER_MODE ? "luksCipherMode" : c == ARG_LUKS_PBKDF_TYPE ? "luksPbkdfType" :