Changeset

8735:856a40ec4a0a

util.ringbuffer: Fix typo in comment [codespell]
author Kim Alvefur <zash@zash.se>
date Fri, 06 Apr 2018 22:26:53 +0200
parents 8734:36d49a9c5e88
children 8736:a071c203a1a0
files util-src/ringbuffer.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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) {