]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
import: fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 2 Aug 2024 20:53:04 +0000 (05:53 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 2 Aug 2024 20:53:08 +0000 (05:53 +0900)
Follow-up for 17a6043a145f19f4f5b020fa4bb9c82c1ce160e7.

src/shared/varlink-io.systemd.Import.c

index 622d571c2078da05ed0ba0979825e5be8563098d..03af5a98c3c037eac01448a81c34f335795709c1 100644 (file)
@@ -80,7 +80,7 @@ static SD_VARLINK_DEFINE_METHOD(
                 SD_VARLINK_DEFINE_INPUT_BY_TYPE(type, RemoteType, 0),
                 SD_VARLINK_FIELD_COMMENT("The image class"),
                 SD_VARLINK_DEFINE_INPUT_BY_TYPE(class, ImageClass, 0),
-                SD_VARLINK_FIELD_COMMENT("The whether and how thoroughly to verify the download before installing it locally. Defauts to 'signature'."),
+                SD_VARLINK_FIELD_COMMENT("The whether and how thoroughly to verify the download before installing it locally. Defaults to 'signature'."),
                 SD_VARLINK_DEFINE_INPUT_BY_TYPE(verify, ImageVerify, SD_VARLINK_NULLABLE),
                 SD_VARLINK_FIELD_COMMENT("If true, an existing image by the local name is deleted. Defaults to false."),
                 SD_VARLINK_DEFINE_INPUT(force, SD_VARLINK_BOOL, SD_VARLINK_NULLABLE),