summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Clauss <cclauss@me.com>2021-09-16 20:40:35 +0200
committerGitHub <noreply@github.com>2021-09-16 20:40:35 +0200
commita070f33c19a1212d738c0e85f72d67922e1f333a (patch)
tree9b147a73fa76a429548965773c1a8faa0680e929
parent40dfd4b775a66979ad1bd19321cdfd0feadfea27 (diff)
downloadgoogletest-git-a070f33c19a1212d738c0e85f72d67922e1f333a.tar.gz
Fix typo discovered by codespell
https://pypi.org/project/codespell/
-rw-r--r--googletest/test/gtest_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/googletest/test/gtest_unittest.cc b/googletest/test/gtest_unittest.cc
index c0d2d99e..c079f463 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.