diff --git a/lib/core/libimagstore/src/store.rs b/lib/core/libimagstore/src/store.rs index a94329d8..bab9a6fd 100644 --- a/lib/core/libimagstore/src/store.rs +++ b/lib/core/libimagstore/src/store.rs @@ -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; }