]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
coredump: fix typo
authorLuca Boccassi <luca.boccassi@microsoft.com>
Wed, 7 Apr 2021 09:15:01 +0000 (10:15 +0100)
committerLuca Boccassi <luca.boccassi@microsoft.com>
Wed, 7 Apr 2021 13:02:38 +0000 (14:02 +0100)
Follow-up for 95f71807733

src/coredump/stacktrace.c

index c16f12f09b46c4175a9bbcc2f2eab6045b78c14d..b37f02b21e867b643b6eae68e2ae9d58a87c8d56 100644 (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) {