From 0a010e4527e830c26c668aac78aae9ffb7b6b617 Mon Sep 17 00:00:00 2001 From: Kyle Isom Date: Fri, 23 Feb 2018 21:46:01 -0800 Subject: [PATCH] misc/kforth: spello --- doc/part-0x04.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/part-0x04.rst b/doc/part-0x04.rst index 9523ade..2dd15f6 100644 --- a/doc/part-0x04.rst +++ b/doc/part-0x04.rst @@ -328,7 +328,7 @@ Pixelbook:: <5> WTF‽ I spent an hour debugging this to realise it was a bounds overflow in -``write_num``. This led me to ckecking the behaviour of the maximum and +``write_num``. This led me to checking the behaviour of the maximum and minimum values of ``KF_INT`` which led to me revising ``io.cc``:: #include "defs.h"