1
0
mirror of https://github.com/systemd/systemd.git synced 2025-01-11 09:18:07 +03:00

coredump: fix typo

Follow-up for 95f7180773
This commit is contained in:
Luca Boccassi 2021-04-07 10:15:01 +01:00
parent 29d898cc7b
commit 2c173dbf1b

View File

@ -182,7 +182,7 @@ static int parse_package_metadata(const char *name, JsonVariant *id_json, Elf *e
fputc('\n', c->f);
/* Secondly, if we have a build-id, merge it in the same JSON object
* so that it apperas all nicely together in the logs/metadata. */
* so that it appears all nicely together in the logs/metadata. */
if (id_json) {
r = json_variant_merge(&v, id_json);
if (r < 0) {