From 9f506b784724f3353061ff2bc2aa1d328d7f97b5 Mon Sep 17 00:00:00 2001 From: Ron Pinkas Date: Wed, 2 May 2001 19:01:19 +0000 Subject: [PATCH] corrected typo --- harbour/ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 74d3ec1b91..3d49318b52 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -7,7 +7,7 @@ 2001-05-02 11:05 UTC-0800 Ron Pinkas * include/hbapi.h * Changed HB_NESTED_CLONED to record BaseArray instead of first item. - * Reverted declaration of hb_arrayClone to use 2nd paramater ( pClonedList ) for futute Thread Safety. + * Reverted declaration of hb_arrayClone to use 2nd parameter ( pClonedList ) for futute Thread Safety. * source/vm/arrays.c * Corrected handling of nested (shared) empty array in hb_arrayClone().