Explorar o código

fix typo in comment

git-svn-id: trunk@25943 -
Károly Balogh %!s(int64=12) %!d(string=hai) anos
pai
achega
83544d3f30
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      rtl/morphos/sysos.inc

+ 1 - 1
rtl/morphos/sysos.inc

@@ -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);