Browse Source

* typo error fix

pierre 26 years ago
parent
commit
d04c8e42c9
1 changed files with 1 additions and 1 deletions
  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');