From a501dea661ed383f9a36b7b8494d36c79b82e7d6 Mon Sep 17 00:00:00 2001 From: belliash Date: Fri, 5 Apr 2019 20:17:44 +0200 Subject: [PATCH] Fix a typo. --- engine/vm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/vm.c b/engine/vm.c index b47c858..a08eadb 100644 --- a/engine/vm.c +++ b/engine/vm.c @@ -2513,7 +2513,7 @@ static sxi32 VmByteCodeExec( /* * LOAD_IDX: P1 P2 * * - * Load a hasmap entry where it's index (either numeric or string) is taken + * Load a hashmap entry where it's index (either numeric or string) is taken * from the stack. * If the index does not refer to a valid element,then push the NULL constant * instead.