From 21ad50f96148c7f2e93728e39c2f6ec1344a44f6 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Thu, 17 Dec 2020 19:46:18 +1100 Subject: [PATCH] docs: fix simple typo, intialized -> initialized There is a small typo in doc/capi.md. Should read `initialized` rather than `intialized`. --- doc/capi.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/capi.md b/doc/capi.md index 25df817..a7444f9 100644 --- a/doc/capi.md +++ b/doc/capi.md @@ -1,6 +1,6 @@ # C API -To use `fe` in a project a `fe_Context` must first be intialized; +To use `fe` in a project a `fe_Context` must first be initialized; this is done by using the `fe_open()` function. The function expects a block of memory (typically greater than 16kb), the block is used by the context to store objects and context state and should remain valid for