From 72c420cc85228a2fa323abdfb5858408e1a19331 Mon Sep 17 00:00:00 2001 From: belliash Date: Fri, 5 Apr 2019 20:21:26 +0200 Subject: [PATCH] Correct another typo. --- engine/hashmap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/hashmap.c b/engine/hashmap.c index 0ae47c1..92ad867 100644 --- a/engine/hashmap.c +++ b/engine/hashmap.c @@ -1617,7 +1617,7 @@ static sxi32 HashmapCmpCallback4(ph7_hashmap_node *pA, ph7_hashmap_node *pB, voi /* Invoke the callback */ rc = PH7_VmCallUserFunction(pA->pMap->pVm, pCallback, 2, apArg, &sResult); if(rc != SXRET_OK) { - /* An error occured while calling user defined function [i.e: not defined] */ + /* An error occurred while calling user defined function [i.e: not defined] */ rc = -1; /* Set a dummy result */ } else { /* Extract callback result */