Corrected misspelt 'b' and 'c' words.

This commit is contained in:
martin-osborne
2015-04-06 17:56:13 +01:00
parent 7e730aa9b8
commit 12c0594db6
18 changed files with 23 additions and 23 deletions

View File

@@ -404,7 +404,7 @@ void LocalDateTimeTest::testTimezone()
// iterations. Do this with both a LocalDateTime object and
// a ANSI C time_t. Then create a LocalDateTime based on the
// time_t and verify that the time_t calculated value is equal
// to the LocalDateTime value. The comparision operator
// to the LocalDateTime value. The comparison operator
// verifies the _dateTime and _tzd members.
LocalDateTime dt2;
t = std::time(NULL);