util.ringbuffer: Fix typo in comment [codespell]

This commit is contained in:
Kim Alvefur 2018-04-06 22:26:53 +02:00
parent e91ebc0e78
commit 1eb7584483

View file

@ -132,7 +132,7 @@ int rb_read(lua_State *L) {
}
/*
* Read buffer until first occurence of a substring
* Read buffer until first occurrence of a substring
* (buffer, string) -> string
*/
int rb_readuntil(lua_State *L) {