浏览代码

fix typo in comment

git-svn-id: trunk@25943 -
Károly Balogh 12 年之前
父节点
当前提交
83544d3f30
共有 1 个文件被更改,包括 1 次插入1 次删除
  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);