aboutsummaryrefslogtreecommitdiffstats
path: root/util-src/ringbuffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'util-src/ringbuffer.c')
-rw-r--r--util-src/ringbuffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util-src/ringbuffer.c b/util-src/ringbuffer.c
index 10fe0209..8f9013f7 100644
--- a/util-src/ringbuffer.c
+++ b/util-src/ringbuffer.c
@@ -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) {