# HG changeset patch
# User Kim Alvefur <zash@zash.se>
# Date 1523046413 -7200
# Node ID 856a40ec4a0a1e49cb90464a795f3a77702ba4dd
# Parent  36d49a9c5e88c847057c7e7fee2df0b01c503796
util.ringbuffer: Fix typo in comment [codespell]

diff -r 36d49a9c5e88 -r 856a40ec4a0a util-src/ringbuffer.c
--- 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) {