diff --git a/ChangeLog.txt b/ChangeLog.txt index c6627fe98d..8451e3e690 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -10,6 +10,10 @@ * Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment */ +2016-03-16 14:19 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) + * include/hbclass.ch + * typo in comment + 2016-03-16 14:17 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * include/hbclass.ch * disabled DECLARE to not generate ignored by compiler noise in .ppo diff --git a/include/hbclass.ch b/include/hbclass.ch index c782477d1d..cfba362e66 100644 --- a/include/hbclass.ch +++ b/include/hbclass.ch @@ -188,7 +188,7 @@ #xtranslate __HB_CLS_VARERR() => __HB_CLS_ERR( Invalid instance variable name \<> ) -/* disbaled by default to not generate ignored by compiler noice in .ppo files */ +/* disabled by default to not generate ignored by compiler noise in .ppo files */ #if 0 DECLARE HBClass ; New( cName AS String, OPTIONAL SuperParams ) AS CLASS HBClass ;