Skip to content

Commit fdcec97

Browse files
authored
chore: fix typos in README
1 parent 238e87b commit fdcec97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ to disable the inclusion of error strings in the build. Calls to `tf_err_str` wi
2929
- To minimize dependencies, libtinyfseq does not support compressed FSEQ files as may use either
3030
[zstd](https://github.com/facebook/zstd) or [zlib](https://www.zlib.net)
3131
compression. Compressed FSEQ files can be pre-decompressed using the [xLights](https://github.com/smeighan/xLights)
32-
program, or you may decompress the data buffer yourself using an additional library before passing calling into
32+
program, or you may decompress the data buffer yourself using an additional library before passing it to
3333
libtinyfseq.
3434
- libtinyfseq assumes data buffers are in little endian byte order.
3535

@@ -47,7 +47,7 @@ for comments describing their usage.
4747
Two additional utility functions are provided:
4848

4949
1. `tf_sequence_duration_seconds` for calculating the duration of a given sequence in seconds
50-
2. `tf_err_str` for mutating `enum tf_err_t` values into their string names
50+
2. `tf_err_str` for mapping `enum tf_err_t` values into their string names
5151

5252
## License
5353

0 commit comments

Comments
 (0)