| Index: third_party/WebKit/Source/wtf/DateMath.cpp
|
| diff --git a/third_party/WebKit/Source/wtf/DateMath.cpp b/third_party/WebKit/Source/wtf/DateMath.cpp
|
| index 6732cea5a7e1c099cf002011f596ae651fbb0fa1..52ddc4b6d8a667e6742a80f2b26f52674265dd1c 100644
|
| --- a/third_party/WebKit/Source/wtf/DateMath.cpp
|
| +++ b/third_party/WebKit/Source/wtf/DateMath.cpp
|
| @@ -493,7 +493,7 @@ static bool parseLong(const char* string, char** stopPosition, int base, long* r
|
| return true;
|
| }
|
|
|
| -// Odd case where 'exec' is allowed to be 0, to accomodate a caller in WebCore.
|
| +// Odd case where 'exec' is allowed to be 0, to accommodate a caller in WebCore.
|
| static double parseDateFromNullTerminatedCharacters(const char* dateString, bool& haveTZ, int& offset)
|
| {
|
| haveTZ = false;
|
| @@ -642,7 +642,7 @@ static double parseDateFromNullTerminatedCharacters(const char* dateString, bool
|
|
|
| parseLong(dateString, &newPosStr, 10, &hour);
|
| // Do not check for errno here since we want to continue
|
| - // even if errno was set becasue we are still looking
|
| + // even if errno was set because we are still looking
|
| // for the timezone!
|
|
|
| // Read a number? If not, this might be a timezone name.
|
|
|