소스 검색

* typo error fix

pierre 26 년 전
부모
커밋
d04c8e42c9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      rtl/objpas/sysinth.inc

+ 1 - 1
rtl/objpas/sysinth.inc

@@ -53,7 +53,7 @@ Const
    
    
    { Short names of months. }
-   ShortMonthNames: array[1..12] of string[128]} =
+   ShortMonthNames: array[1..12] of string[128] =
      ('Jan','Feb','Mar','Apr','May','Jun',
       'Jul','Aug','Sep','Oct','Nov','Dec');