소스 검색

Typo in comment (windirs unit)

Margers 11 달 전
부모
커밋
abdbe4065b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      rtl/win/windirs.pp

+ 1 - 1
rtl/win/windirs.pp

@@ -24,7 +24,7 @@ https://msdn.microsoft.com/en-us/library/windows/desktop/dd378457.aspx
 
 interface
 
-// CSIDL_* contants are also declared in "ShellApi" and "shfolder" units.
+// CSIDL_* constants are also declared in "ShellApi" and "shfolder" units.
 // If changed, remember to add an appropriate mapping in CSIDLtoFOLDERID list.
 const
   CSIDL_PROGRAMS                = $0002; { %SYSTEMDRIVE%\Program Files                                      }