From: Luca Boccassi Date: Wed, 7 Apr 2021 09:15:01 +0000 (+0100) Subject: coredump: fix typo X-Git-Tag: v249-rc1~463^2~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2c173dbf1b31639e07915c2715ba12db531e1497;p=thirdparty%2Fsystemd.git coredump: fix typo Follow-up for 95f71807733 --- diff --git a/src/coredump/stacktrace.c b/src/coredump/stacktrace.c index c16f12f09b4..b37f02b21e8 100644 --- a/src/coredump/stacktrace.c +++ b/src/coredump/stacktrace.c @@ -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) {