]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
report: fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 20 Jul 2026 05:55:11 +0000 (14:55 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 20 Jul 2026 07:23:04 +0000 (16:23 +0900)
Follow-up for 3c2f7c6002254fa7108e186aeedf2b2c6a86bd4f.

src/report/report-sign.c

index 150547dcf47ed6de564e0a7c17cd13dbc98702cc..aabf2a558335a6b1d2b5d0e883ebdbd595308581 100644 (file)
@@ -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;