2010-05-24 18:45 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)

* utils/hbmk2/hbmk2.prg
  * utils/hbmk2/examples/plug_moc.prg
    * Minor cleanups to plugin API.

  * src/rtl/typefile.prg
    ! Typo in comment.
This commit is contained in:
Viktor Szakats
2010-05-24 16:45:51 +00:00
parent ccc18d5011
commit e8aec4dff4
4 changed files with 33 additions and 22 deletions

View File

@@ -139,7 +139,7 @@ PROCEDURE __TypeFile( cFile, lPrint )
/* Here we try to read a line at a time but I think we could just
display the whole buffer since it said:
"without any headings or formating" */
"without any headings or formatting" */
nHasRead := 0
cBuffer := Space( nBuffer )