Fix typo in flake.cc

non-existant -> non-existent
This commit is contained in:
Ikko Ashimine 2022-07-13 01:10:32 +09:00 committed by GitHub
parent a9fab18a91
commit 694a9dc282
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -377,7 +377,7 @@ LockedFlake lockFlake(
}
}
warn(
"%s has a `follows'-declaration for a non-existant input %s!",
"%s has a `follows'-declaration for a non-existent input %s!",
root,
follow
);