]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
journal: s/Envalid/Invalid/ 1659/head
authorVito Caputo <vito.caputo@coreos.com>
Fri, 23 Oct 2015 23:12:31 +0000 (16:12 -0700)
committerVito Caputo <vito.caputo@coreos.com>
Fri, 23 Oct 2015 23:12:31 +0000 (16:12 -0700)
src/journal/journal-verify.c

index eaf006db7a7df6c8782c351f4c9bf140df65495e..48e89d9d1c7a23061ce7ee76b23f5bb841ed16e6 100644 (file)
@@ -899,7 +899,7 @@ int journal_file_verify(
 
                 r = journal_file_object_verify(f, p, o);
                 if (r < 0) {
-                        error(p, "Envalid object contents: %s", strerror(-r));
+                        error(p, "Invalid object contents: %s", strerror(-r));
                         goto fail;
                 }