mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-21 14:39:27 +02:00
fixed typos: completly
git-svn-id: trunk@29443 -
This commit is contained in:
parent
cfd767ecf2
commit
46cae9d061
@ -5417,7 +5417,7 @@ begin
|
||||
// merge to start ( ARange.RangeEndAddr is in MergeRng )
|
||||
if MergeRng.ContainsAddr(ARange.RangeStartAddr)
|
||||
then begin
|
||||
debugln(['ERROR: New Range is completly inside existing ', dbgs(MergeRng)]);
|
||||
debugln(['ERROR: New Range is completely inside existing ', dbgs(MergeRng)]);
|
||||
exit;
|
||||
end;
|
||||
// MergeRng changes ID
|
||||
|
@ -8535,7 +8535,7 @@ begin
|
||||
- The type may be prefixed by "&" for var param under dwarf (an fpc workaround)
|
||||
Under dwarf var param are hnadled by gdb, if casted or part of an expression,
|
||||
but not if standalone or dereferred ("^") only
|
||||
Under stabs "var param" have no indications, but are completly and correctly
|
||||
Under stabs "var param" have no indications, but are completely and correctly
|
||||
handled by gdb
|
||||
|
||||
* ptype TheWhatisType
|
||||
|
@ -4387,7 +4387,7 @@ Application developers may use the OnSelection and OnBeforeSelection events to r
|
||||
<short>Clear all cells from the grid.</short>
|
||||
<descr>
|
||||
<p>Reset Column and Row counts to 0. Grid is completely emptied.</p>
|
||||
<p>Compatibility: This property applies to Lazarus grids only , under Delphi/Kylix a grid can't be completly emptied.</p>
|
||||
<p>Compatibility: This property applies to Lazarus grids only , under Delphi/Kylix a grid can't be completely emptied.</p>
|
||||
</descr>
|
||||
</element>
|
||||
<!-- procedure Visibility: public -->
|
||||
|
@ -1972,7 +1972,7 @@ begin
|
||||
|
||||
if Count=0 then begin
|
||||
//it's an autofillcolumns grid, so at least one
|
||||
// of the columns must fill completly the grid's
|
||||
// of the columns must fill completely the grid's
|
||||
// available width, let it be that column the last
|
||||
ForcedIndex := ColCount-1;
|
||||
if ForcedIndex>=FixedCols then
|
||||
|
Loading…
Reference in New Issue
Block a user