From 5b0aa638cf22b3264d292b7470e99688e8382da8 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sat, 30 Oct 2021 09:14:13 -0700 Subject: [PATCH] Minor grammar fix --- test/chrono-test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/chrono-test.cc b/test/chrono-test.cc index 5019a402..3a6f3348 100644 --- a/test/chrono-test.cc +++ b/test/chrono-test.cc @@ -256,7 +256,7 @@ TEST(chrono_test, time_point) { "%EX", "%D", "%F", "%R", "%T", "%p", "%z", "%Z"}; spec_list.push_back("%Y-%m-%d %H:%M:%S"); #ifndef _WIN32 - // Disabled on Windows, because these formats is not consistent among + // Disabled on Windows because these formats are not consistent among // platforms. spec_list.insert(spec_list.end(), {"%c", "%Ec", "%r"}); #endif