mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 13:47:41 +03:00
util.ringbuffer: Fix typo in comment [codespell]
This commit is contained in:
parent
e91ebc0e78
commit
1eb7584483
1 changed files with 1 additions and 1 deletions
|
@ -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
|
* (buffer, string) -> string
|
||||||
*/
|
*/
|
||||||
int rb_readuntil(lua_State *L) {
|
int rb_readuntil(lua_State *L) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue