From aeb2eeed272878b5dcd85e47491a30f1bd867db4 Mon Sep 17 00:00:00 2001 From: mgcaret Date: Tue, 21 Jan 2020 23:45:06 -0800 Subject: [PATCH] fix typo in help for ALSO --- asm/forth-dictionary.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asm/forth-dictionary.s b/asm/forth-dictionary.s index 51798f7..d615b53 100644 --- a/asm/forth-dictionary.s +++ b/asm/forth-dictionary.s @@ -201,7 +201,7 @@ default: .dword RtoP EXIT eword -; H: ( -- ) Fuplicate the first wordlist in the search order. +; H: ( -- ) Duplicate the first wordlist in the search order. dword ALSO,"ALSO" ENTER .dword GET_ORDER