mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-02 22:50:21 +02:00
fix typo in comment
git-svn-id: trunk@25943 -
This commit is contained in:
parent
51763b26dd
commit
83544d3f30
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user