Fix typo
This commit is contained in:
parent
d3b38b5a90
commit
68ace5d147
1 changed files with 1 additions and 1 deletions
|
@ -494,7 +494,7 @@ impl Store {
|
|||
debug!("Writing Entry");
|
||||
se.write_entry(&entry.entry)?;
|
||||
if modify_presence {
|
||||
debug!("Modifying ppresence of {} -> Present", entry.get_location());
|
||||
debug!("Modifying presence of {} -> Present", entry.get_location());
|
||||
se.status = StoreEntryStatus::Present;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue