fixed typos: completly

git-svn-id: trunk@29443 -
This commit is contained in:
mattias 2011-02-10 09:38:34 +00:00
parent cfd767ecf2
commit 46cae9d061
4 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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 -->

View File

@ -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