Fix: critical typo
This commit is contained in:
parent
5a868015e6
commit
74a7208757
1 changed files with 1 additions and 1 deletions
|
@ -426,7 +426,7 @@ impl InternalLinker for Entry {
|
|||
}));
|
||||
let res = self
|
||||
.get_header_mut()
|
||||
.insert("links.interal", Value::Array(new_links))
|
||||
.insert("links.internal", Value::Array(new_links))
|
||||
.chain_err(|| LEK::EntryHeaderReadError);
|
||||
process_rw_result(res)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue