From: George H. <geo...@us...> - 2008-10-20 21:20:53
|
Update of /cvsroot/win32forth/win32forth/src In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv8398 Modified Files: w32fMsg.f Log Message: Fixed typo. Index: w32fMsg.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/src/w32fMsg.f,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** w32fMsg.f 2 Sep 2008 07:01:21 -0000 1.12 --- w32fMsg.f 20 Oct 2008 21:20:45 -0000 1.13 *************** *** 42,47 **** \ *B it can be launched by another win32forth application, ready for communication ! \ *P Technical note: Internally, theese features are implemented throught ! \ ** "shared memory" or "file memory mapping against pageing". \ *P Example : --- 42,47 ---- \ *B it can be launched by another win32forth application, ready for communication ! \ *P Technical note: Internally, these features are implemented through ! \ ** "shared memory" or "file memory mapping against paging". \ *P Example : |