faragon / libsrt

libsrt is a C library for writing fast and safe C code, faster. It provides string, vector, bit set, set, map, hash set, and hash map handling. Suitable for soft and hard real-time. Allows both heap and stack allocation. *BETA* (API still can change: suggestions are welcome)
https://faragon.github.io/libsrt.html
BSD 3-Clause "New" or "Revised" License
548 stars 48 forks source link

docs: fix simple typo, collisons -> collisions #32

Closed timgates42 closed 3 years ago

timgates42 commented 3 years ago

There is a small typo in src/saux/ssearch.h.

Should read collisions rather than collisons.

Semi-automated pull request generated by https://github.com/timgates42/meticulous/blob/master/docs/NOTE.md

faragon commented 3 years ago

Hi Tim, thank you for your pull request, nice thing the automated spell checker. I'm closing this because I'm not accepting PR's without previous non-trivial contributions to this repository. Also, I'm still preparing/considering the contribution rules ("future/contributing" branch), where I'll add the reasons for rejecting PR's.