Merge pull request #1659 from vcaputo/journal_verify_envalid

journal: s/Envalid/Invalid/
This commit is contained in:
Lennart Poettering 2015-10-24 11:52:52 +02:00
commit 63a94c49dd

View file

@ -897,7 +897,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;
}