Fix typo in comment

git-svn-id: trunk@39910 -
This commit is contained in:
juha 2013-01-20 09:34:40 +00:00
parent d451ec6672
commit de8fbe1e29

View File

@ -1788,7 +1788,7 @@ begin
and (ParsedValue[SpacePos]<>'"') do
inc(SpacePos);
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
break
else