From 17a281f6516631a5b69328d6e2853587f94b54fc Mon Sep 17 00:00:00 2001 From: Tamas TEVESZ Date: Mon, 29 Apr 2013 01:17:04 +0200 Subject: [PATCH] 2013-04-29 01:15 UTC+0200 Tamas TEVESZ (ice extreme.hu) * doc/en/memo.txt ! Fix pastos in MemoWrit()/hb_MemoWrit() argument description --- ChangeLog.txt | 4 ++++ doc/en/memo.txt | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index c2ed6e789c..39c2022b21 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -10,6 +10,10 @@ * Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment */ +2013-04-29 01:15 UTC+0200 Tamas TEVESZ (ice extreme.hu) + * doc/en/memo.txt + ! Fix pastos in MemoWrit()/hb_MemoWrit() argument description + 2013-04-27 16:46 UTC+0200 Tamas TEVESZ (ice extreme.hu) * src/3rd/png/png.dif + Regenerate after 67f0074 diff --git a/doc/en/memo.txt b/doc/en/memo.txt index 054c636be0..1643e07cce 100644 --- a/doc/en/memo.txt +++ b/doc/en/memo.txt @@ -238,7 +238,7 @@ $SYNTAX$ MemoWrit( , ) --> lSuccess $ARGUMENTS$ - is the filename to read from disk. + is the filename to be written to disk. It must include the file extension. If file to be read lives in another directory, you must include the path. @@ -299,7 +299,7 @@ $SYNTAX$ hb_MemoWrit( , , [] ) --> lSuccess $ARGUMENTS$ - is the filename to read from disk. + is the filename to be written to disk. It must include the file extension. If file to be read lives in another directory, you must include the path.