Software /
code /
prosody
Diff
util-src/ringbuffer.c @ 8735:856a40ec4a0a
util.ringbuffer: Fix typo in comment [codespell]
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 06 Apr 2018 22:26:53 +0200 |
parent | 8544:e7214441523b |
child | 10480:94cacf9fd0ae |
line wrap: on
line diff
--- a/util-src/ringbuffer.c Fri Apr 06 16:55:17 2018 +0200 +++ b/util-src/ringbuffer.c Fri Apr 06 22:26:53 2018 +0200 @@ -132,7 +132,7 @@ } /* - * 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) {