fix typo in comment

git-svn-id: trunk@25943 -
This commit is contained in:
Károly Balogh 2013-11-06 03:17:35 +00:00
parent 51763b26dd
commit 83544d3f30

View File

@ -163,7 +163,7 @@ begin
delete(PathConv,tmppos,2);
tmppos:=pos('./',PathConv);
end;
{ convert wildstart to #? }
{ convert wildstar to #? }
tmppos:=pos('*',PathConv);
while tmppos<>0 do begin
delete(PathConv,tmppos,1);