forked from lix-project/lix
Fix typo
This commit is contained in:
parent
b69323f8c9
commit
8c75621da6
|
@ -235,10 +235,10 @@ static Flake getFlake(
|
|||
auto sEpoch = state.symbols.create("epoch"); // FIXME: remove soon
|
||||
|
||||
if (vInfo.attrs->get(sEdition))
|
||||
warn("flake '%s' has deprecated attribution 'edition'", lockedRef);
|
||||
warn("flake '%s' has deprecated attribute 'edition'", lockedRef);
|
||||
|
||||
if (vInfo.attrs->get(sEpoch))
|
||||
warn("flake '%s' has deprecated attribution 'epoch'", lockedRef);
|
||||
warn("flake '%s' has deprecated attribute 'epoch'", lockedRef);
|
||||
|
||||
if (auto description = vInfo.attrs->get(state.sDescription)) {
|
||||
expectType(state, tString, *description->value, *description->pos);
|
||||
|
|
Loading…
Reference in a new issue