Merge pull request #1100 from matthiasbeyer/libimagentrylink/typo
Fix: critical typo
This commit is contained in:
commit
a553063c6e
1 changed files with 1 additions and 1 deletions
|
@ -426,7 +426,7 @@ impl InternalLinker for Entry {
|
||||||
}));
|
}));
|
||||||
let res = self
|
let res = self
|
||||||
.get_header_mut()
|
.get_header_mut()
|
||||||
.insert("links.interal", Value::Array(new_links))
|
.insert("links.internal", Value::Array(new_links))
|
||||||
.chain_err(|| LEK::EntryHeaderReadError);
|
.chain_err(|| LEK::EntryHeaderReadError);
|
||||||
process_rw_result(res)
|
process_rw_result(res)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue