From 7a668cca614bd86440b8b6d66c169af7f0cceea8 Mon Sep 17 00:00:00 2001
From: ghost <no@contact.please>
Date: Thu, 20 Feb 2025 19:21:47 +0000
Subject: [PATCH] fix typo in docs

---
 CHANGELOG.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index b126bbc..27d79d4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -58,7 +58,7 @@ Changes by Guillaume Farhi-Rivasseau :
     Staring channel is respected.  
     Disabled by default.
 - Added support for stopping capture after given timeout  
-    Use -t X (as in stotimeout) to stop capture after X seconds.  
+    Use -t X (as in timeout) to stop capture after X seconds.  
     No additionnal packets will be captured after timeout.   
     The program will stop running when it recieves a packet after the timeout.  
 - Added support for stopping capture after given number of accepted frames  
-- 
GitLab