docs: fix simple typo, intialized -> initialized

There is a small typo in doc/capi.md.

Should read `initialized` rather than `intialized`.
This commit is contained in:
Tim Gates 2020-12-17 19:46:18 +11:00
parent 24fd78be68
commit 21ad50f961
No known key found for this signature in database
GPG Key ID: AE3BE0D53823CF05
1 changed files with 1 additions and 1 deletions

View File

@ -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