From fad73ab077b846ff83e921ea1f5a6f831ea07ec2 Mon Sep 17 00:00:00 2001 From: Abseil Team Date: Fri, 29 Apr 2022 05:43:43 -0700 Subject: Fix a typo in a comment. PiperOrigin-RevId: 445394311 Change-Id: I265b6a83f79bbed4321e24e6da4730a2c43ddb07 --- absl/status/statusor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/absl/status/statusor.h b/absl/status/statusor.h index d6ebdc2b..a6d29110 100644 --- a/absl/status/statusor.h +++ b/absl/status/statusor.h @@ -477,7 +477,7 @@ class StatusOr : private internal_statusor::StatusOrData, // StatusOr::ok() // // Returns whether or not this `absl::StatusOr` holds a `T` value. This - // member function is analagous to `absl::Status::ok()` and should be used + // member function is analogous to `absl::Status::ok()` and should be used // similarly to check the status of return values. // // Example: -- cgit v1.2.3