From e1615515d4bd155eff3a671e127921bdb70e8f9c Mon Sep 17 00:00:00 2001 From: t14 Date: Tue, 18 Feb 2025 14:31:37 +0100 Subject: [PATCH] chore(src/main.rs): fix typo --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 74a7886..602005a 100644 --- a/src/main.rs +++ b/src/main.rs @@ -74,7 +74,7 @@ fn main() -> AppResult<()> { let error_code = if reowned_database.is_modified() { if let Ok(()) = reowned_database.save(&key, &salt) { - println!("Modifications has been persisted"); + println!("Modifications have been persisted"); 0 } else { eprintln!("An error occurred during database overwriting");