From 0dacce2a7132fa9bd614fbca6ca8ce9eb8c43e46 Mon Sep 17 00:00:00 2001 From: Fontrodona Nicolas <nicolas.fontrodona@ens-lyon.fr> Date: Tue, 31 Jan 2023 16:18:31 +0100 Subject: [PATCH] src/main.rs: typo fix --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 782321c..5666b04 100644 --- a/src/main.rs +++ b/src/main.rs @@ -67,7 +67,7 @@ enum Commands { /// Show differences between two commits of the `results` folder Diff(Diff), /// Mount an old file/directory from one or multiple archive named after - /// git commits into the .mount folder inside de project directory. + /// git commits into the .mount folder inside the project directory. Mount(Mount), /// Unmount everything in the folder .mount Umount, -- GitLab