mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-02 03:00:27 +02:00
Fix typo in comment
git-svn-id: trunk@39910 -
This commit is contained in:
parent
d451ec6672
commit
de8fbe1e29
@ -1788,7 +1788,7 @@ begin
|
|||||||
and (ParsedValue[SpacePos]<>'"') do
|
and (ParsedValue[SpacePos]<>'"') do
|
||||||
inc(SpacePos);
|
inc(SpacePos);
|
||||||
if SpacePos<=length(ParsedValue) then
|
if SpacePos<=length(ParsedValue) then
|
||||||
System.Delete(ParsedValue,1,1); // dleete ending "
|
System.Delete(ParsedValue,1,1); // delete ending "
|
||||||
end else if ParsedValue[SpacePos]=' ' then
|
end else if ParsedValue[SpacePos]=' ' then
|
||||||
break
|
break
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user