about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAli Fardan <raiz@stellarbound.space>2020-10-23 19:34:42 +0300
committerAli Fardan <raiz@stellarbound.space>2020-10-23 19:34:42 +0300
commit772e0e28745f466a058bed5caa7a96b85bb3cb55 (patch)
treed90a945cafd1ef4c4d4a9cdbb9e44b8e5fc16a4c
parent8935a42db8a13f200bd1c0e6a6829f9a7f0101da (diff)
downloadlibgemtext-772e0e28745f466a058bed5caa7a96b85bb3cb55.tar.gz
README typofix
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index e298179..d69dd9c 100644
--- a/README
+++ b/README
@@ -8,7 +8,7 @@ Usage
 To get started, refer to the manpages:
 gemtext_decode(3) -- for the decoder and its wrappers
 gemtext_encode(3) -- for the encoder and its wrappers
-gemtext_type(3) -- examing the parsed object type
+gemtext_type(3) -- examining the parsed object type
 gemtext_text_new(3) -- creating a new object
 gemtext_text_string(3) -- accessing the underlying object string
 gemtext_free(3) -- free()'ing struct gemtext* after use