From 0f8e9afcd264bcc77a7e81e8809bafefbb8372b1 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Mon, 26 Nov 2012 23:51:05 +0000 Subject: [PATCH] typo --- harbour/ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index b6aec943a8..e31fea7f47 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -14,7 +14,7 @@ * contrib/hbct/tests/test.prg ! fixed one expected test result ! fixed one wrong test call - ; TOFIX (pbly result of different sting algorythm): + ; TOFIX (pbly result of different sting algorithm): ! MAIN(136) CharSort( "b1a4a3a2a1", 2, 1 ) Result: "a4a3a2a1b1" Expected: "a2a1a3a4b1"