From dbf4065f63db7cdf5346cdf34ab72da09fa21746 Mon Sep 17 00:00:00 2001 From: Chen Kedem Date: Mon, 22 Feb 2010 07:14:57 +0000 Subject: [PATCH] 2010-02-22 09:15 UTC+0200 Chen Kedem * doc/en/file.txt ! Fix typo in DIRREMOVE() $SYNTAX$: DIRCHANGE --> DIRREMOVE reported by Alexey Myronenko. --- harbour/ChangeLog | 5 +++++ harbour/doc/en/file.txt | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 23a80704b7..fcf89dbcc7 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,11 @@ past entries belonging to author(s): Viktor Szakats. */ +2010-02-22 09:15 UTC+0200 Chen Kedem + * doc/en/file.txt + ! Fix typo in DIRREMOVE() $SYNTAX$: DIRCHANGE --> DIRREMOVE + reported by Alexey Myronenko. + 2010-02-21 20:08 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * contrib/hbqt/hbqt_hbslots.cpp * contrib/hbqt/hbqt_hbslots.h diff --git a/harbour/doc/en/file.txt b/harbour/doc/en/file.txt index adec538a09..a9da0f65e2 100644 --- a/harbour/doc/en/file.txt +++ b/harbour/doc/en/file.txt @@ -1021,7 +1021,7 @@ * $ONELINER$ * Attempt to remove an directory * $SYNTAX$ - * DIRCHANGE( ) --> nError + * DIRREMOVE( ) --> nError * $ARGUMENTS$ * The name of the directory you want to remove. * $RETURNS$