소스 검색

fixed typo in comment

git-svn-id: trunk@2656 -
Vincent Snijders 19 년 전
부모
커밋
d91f3f9bf6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      rtl/win32/dos.pp

+ 1 - 1
rtl/win32/dos.pp

@@ -292,7 +292,7 @@ begin
   FillChar(SI, SizeOf(SI), 0);
   SI.cb:=SizeOf(SI);
   SI.wShowWindow:=1;
-  { always surroound the name of the application by quotes
+  { always surround the name of the application by quotes
     so that long filenames will always be accepted. But don't
     do it if there are already double quotes, since Win32 does not
     like double quotes which are duplicated!