From b7d856b937a660b94e54b8190c04bc65d123ab6e Mon Sep 17 00:00:00 2001
From: nicolas <nfontrodona@orange.fr>
Date: Thu, 21 Jul 2022 18:06:07 +0200
Subject: [PATCH] src/main.rs: documentation change

---
 src/main.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main.rs b/src/main.rs
index e60a463..d3c1563 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -33,7 +33,7 @@ enum Commands {
     /// Checkout results to the current git commit
     #[clap(alias = "co")]
     Checkout(Checkout),
-    /// Create github hooks to use gbl automaticaly after commit, before and afetr checkout
+    /// Create github hooks to use gbl automaticaly after commit, before and after checkout
     #[clap(
         name = "create-hooks",
         alias = "ch",
-- 
GitLab