diff options
author | Christian Clauss <cclauss@me.com> | 2021-09-16 18:40:35 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-16 18:40:35 (GMT) |
commit | a070f33c19a1212d738c0e85f72d67922e1f333a (patch) | |
tree | 9b147a73fa76a429548965773c1a8faa0680e929 /googletest/test/gtest_unittest.cc | |
parent | 40dfd4b775a66979ad1bd19321cdfd0feadfea27 (diff) | |
download | googletest-a070f33c19a1212d738c0e85f72d67922e1f333a.zip googletest-a070f33c19a1212d738c0e85f72d67922e1f333a.tar.gz googletest-a070f33c19a1212d738c0e85f72d67922e1f333a.tar.bz2 |
Fix typo discovered by codespell
https://pypi.org/project/codespell/
Diffstat (limited to 'googletest/test/gtest_unittest.cc')
-rw-r--r-- | googletest/test/gtest_unittest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/googletest/test/gtest_unittest.cc b/googletest/test/gtest_unittest.cc index c0d2d99..c079f46 100644 --- a/googletest/test/gtest_unittest.cc +++ b/googletest/test/gtest_unittest.cc @@ -404,7 +404,7 @@ TEST(FormatTimeInMillisAsSecondsTest, FormatsNegativeNumber) { // Tests FormatEpochTimeInMillisAsIso8601(). The correctness of conversion // for particular dates below was verified in Python using -// datetime.datetime.fromutctimestamp(<timetamp>/1000). +// datetime.datetime.fromutctimestamp(<timestamp>/1000). // FormatEpochTimeInMillisAsIso8601 depends on the current timezone, so we // have to set up a particular timezone to obtain predictable results. |