From: Boyuan Yang <byang@debian.org>
Date: Thu, 24 Apr 2025 11:18:26 -0400
Subject: Fix some errors in the manpage

---
 man/en/detect.3            | 6 +++---
 man/en/detect_handledata.3 | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/man/en/detect.3 b/man/en/detect.3
index 2ec6fbe..2b4dc34 100644
--- a/man/en/detect.3
+++ b/man/en/detect.3
@@ -38,7 +38,7 @@ length of input string for detecting
 .TP
 .B outbuf
 .br
-Stroing inforamtion of
+Storing inforamtion of
 .B inbuf.
 The structure of
 .B outbuf
@@ -53,7 +53,7 @@ is follows.
 
 The
 .B outbuf
-variable is must initialized by
+variable must be initialized by
 .BI detect_obj_init
 API before calling this detect api.
 
@@ -81,7 +81,7 @@ with
 .TP
 .B CHARDET_OUT_OF_MEMORY
 .br
-Occuring
+Occurring
 .B "out of memory"
 at internal API
 
diff --git a/man/en/detect_handledata.3 b/man/en/detect_handledata.3
index 483ccbe..40eb950 100644
--- a/man/en/detect_handledata.3
+++ b/man/en/detect_handledata.3
@@ -89,7 +89,7 @@ with
 .TP
 .B CHARDET_OUT_OF_MEMORY
 .br
-Occuring
+Occurring
 .B "out of memory"
 at internal API
 
