From 9531e9a65d6a709a8d443b29b9f97d4f6f6ed7bc Mon Sep 17 00:00:00 2001 From: Ivan Mincik Date: Mon, 25 Mar 2024 13:39:08 +0100 Subject: [PATCH] Fix typo in gc message --- devenv/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devenv/src/main.rs b/devenv/src/main.rs index 6ab277fca..446e200e4 100644 --- a/devenv/src/main.rs +++ b/devenv/src/main.rs @@ -659,7 +659,7 @@ impl App { let (to_gc, removed_symlinks) = { let _logprogress = log::LogProgress::new( &format!( - "Removing non-existings symlinks in {} ...", + "Removing non-existing symlinks in {} ...", &self.devenv_home_gc.display() ), false,