From 882b3501a31eb0e4ae4213afb91a0e43feda7d5f Mon Sep 17 00:00:00 2001 From: Sungmann Cho <55860394+chosungmann@users.noreply.github.com> Date: Tue, 1 Oct 2019 03:24:41 +0900 Subject: Fix spelling errors (#384) aligment -> alignment constructable -> constructible constuctible -> constructible contructed -> constructed destructable -> destructible futher -> further implcit -> implicit implemenation -> implementation intrinics -> intrinsics --- absl/time/civil_time.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'absl/time') diff --git a/absl/time/civil_time.h b/absl/time/civil_time.h index 7c52586..c8166d0 100644 --- a/absl/time/civil_time.h +++ b/absl/time/civil_time.h @@ -247,7 +247,7 @@ struct year_tag : month_tag, cctz::detail::year_tag {}; // int minute() // int second() // -// Recall that fields inferior to the type's aligment will be set to their +// Recall that fields inferior to the type's alignment will be set to their // minimum valid value. // // Example: -- cgit v1.2.3