From: Yu Watanabe Date: Mon, 20 Jul 2026 06:02:59 +0000 (+0900) Subject: sysinstall: fix typo X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F43084%2Fhead;p=thirdparty%2Fsystemd.git sysinstall: fix typo Follow-up for c17d0c7e8505c985dfe8581a7fba1b3edf760d7f. --- diff --git a/src/shared/varlink-io.systemd.SysInstall.c b/src/shared/varlink-io.systemd.SysInstall.c index c93a0276fae..1af27ab2922 100644 --- a/src/shared/varlink-io.systemd.SysInstall.c +++ b/src/shared/varlink-io.systemd.SysInstall.c @@ -41,7 +41,7 @@ static SD_VARLINK_DEFINE_METHOD_FULL( SD_VARLINK_DEFINE_INPUT(erase, SD_VARLINK_BOOL, 0), SD_VARLINK_FIELD_COMMENT("If true, EFI variables are modified to register the installed boot loader in the firmware's boot options database."), SD_VARLINK_DEFINE_INPUT(variables, SD_VARLINK_BOOL, SD_VARLINK_NULLABLE), - SD_VARLINK_FIELD_COMMENT("The path to a kernel image, if missing the current kernel is dedected and used."), + SD_VARLINK_FIELD_COMMENT("The path to a kernel image, if missing the current kernel is detected and used."), SD_VARLINK_DEFINE_INPUT(kernelImagePath, SD_VARLINK_STRING, SD_VARLINK_NULLABLE), SD_VARLINK_FIELD_COMMENT("If true, the current locale is copied to target system"),