Welcome to little lamb

Code » limb » commit 2dc1d26

doc: Minor fixes

author Olivier Brunel
2023-07-07 13:00:47 UTC
committer Olivier Brunel
2023-07-24 10:16:43 UTC
parent 7b5d7d644503124f7398be14fdc3f7eca781c511

doc: Minor fixes

src/doc/buffer.h.0.md +1 -1
src/doc/ccpl.h.0.md +1 -1

diff --git a/src/doc/buffer.h.0.md b/src/doc/buffer.h.0.md
index 0fd5435..50a2756 100644
--- a/src/doc/buffer.h.0.md
+++ b/src/doc/buffer.h.0.md
@@ -245,7 +245,7 @@ The following functions/macros are defined :
 :: "Restores" data into a *buffer*.
 
 
-## Utility
+### Utility
 
 : [buffer_len](3)
 :: Returns the total length of a *buffer*.
diff --git a/src/doc/ccpl.h.0.md b/src/doc/ccpl.h.0.md
index c79565b..dcef02f 100644
--- a/src/doc/ccpl.h.0.md
+++ b/src/doc/ccpl.h.0.md
@@ -37,7 +37,7 @@ The following functions/macros are defined :
 : [ccpl_encrypt](3)
 :: To encrypt data using a ccpl context;
 
-: [ccpl_decrupt](3)
+: [ccpl_decrypt](3)
 :: To decrypt data using a ccpl context.
 
 : [ccpl_final](3)