Browse Source

fix typo in comment

git-svn-id: trunk@25943 -
Károly Balogh 11 years ago
parent
commit
83544d3f30
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rtl/morphos/sysos.inc

+ 1 - 1
rtl/morphos/sysos.inc

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