]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
fix typo in object field
authorChris Murphy <cmurf@users.noreply.github.com>
Mon, 10 Feb 2020 06:54:12 +0000 (23:54 -0700)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 10 Feb 2020 10:47:42 +0000 (19:47 +0900)
# homectl create hack --fs-type=btrfs
Unexpected object field 'fileSytemType'.

src/home/homectl.c

index d978897e92a0f544ce7b84bf9031572c875eea53..19d69c4721ec54da1fd82c01008771cfaf2a4877 100644 (file)
@@ -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" :