docs: fix misc typos throughout (#4413)

Signed-off-by: Chris Ring <c-ring@ti.com>
This commit is contained in:
Chris Ring
2023-07-27 13:35:12 -07:00
committed by GitHub
parent ed681f92bc
commit b001d684fe
15 changed files with 25 additions and 25 deletions

View File

@@ -263,7 +263,7 @@ IDF) with the appropriate :c:expr:`MALLOC_CAP` call - for SPIRAM usage this is
.. code:: c
rlottie->allocated_buf = heap_caps_malloc(allocaled_buf_size+1, MALLOC_CAP_SPIRAM);
rlottie->allocated_buf = heap_caps_malloc(allocated_buf_size+1, MALLOC_CAP_SPIRAM);
Example
-------