From: Yu Watanabe Date: Mon, 20 Jul 2026 05:55:11 +0000 (+0900) Subject: report: fix typo X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3fcd5cec3b4ef923fce827b7371b89abfa9d7e19;p=thirdparty%2Fsystemd.git report: fix typo Follow-up for 3c2f7c6002254fa7108e186aeedf2b2c6a86bd4f. --- diff --git a/src/report/report-sign.c b/src/report/report-sign.c index 150547dcf47..aabf2a55833 100644 --- a/src/report/report-sign.c +++ b/src/report/report-sign.c @@ -171,7 +171,7 @@ int context_sign_report( if (fputs(text, output) == EOF) return log_error_errno(errno, "Failed to write report: %m"); - /* For the signatures we can use the requested formattting */ + /* For the signatures we can use the requested formatting */ format_flags |= SD_JSON_FORMAT_SEQ; format_flags &= ~SD_JSON_FORMAT_OFF;