From 68ace5d1470108255726218f0072ce309144acd9 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 20 Feb 2018 21:03:18 +0100 Subject: [PATCH] Fix typo --- lib/core/libimagstore/src/store.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }