Ignore:
Timestamp:
Oct 20, 2008, 10:10:41 AM (17 years ago)
Author:
[email protected]
Message:

2008-10-20 Alp Toker <[email protected]>

Rubber-stamped by Mark Rowe.

Typo fix in function name: mimimum -> minimum.

  • kjs/DateMath.cpp: (JSC::minimumYearForDST): (JSC::equivalentYearForDST):
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/kjs/DateMath.cpp

    r37331 r37733  
    426426}
    427427
    428 static inline int mimimumYearForDST()
     428static inline int minimumYearForDST()
    429429{
    430430    // Because of the 2038 issue (see maximumYearForDST) if the current year is
     
    450450    // for DST did not change between the two years; if they did the app would need
    451451    // to be restarted.
    452     static int minYear = mimimumYearForDST();
     452    static int minYear = minimumYearForDST();
    453453    int maxYear = maximumYearForDST();
    454454
Note: See TracChangeset for help on using the changeset viewer.