From 940c06c25d2953f44310b68eb8aab6114dba11fb Mon Sep 17 00:00:00 2001 From: Abseil Team Date: Fri, 28 Jan 2022 09:04:58 -0800 Subject: Export of internal Abseil changes -- ef2bdebfdff0a93d3af6248d709d42a47fe2e7b4 by Derek Mauro : Compile with -DGTEST_REMOVE_LEGACY_TEST_CASEAPI_ in Bazel CI builds to prevent uses of the legacy TestCase API from sneaking in PiperOrigin-RevId: 424882792 -- 4cf19d7b4dd855685deb0d4d3170e4db9f6f789b by Abseil Team : Fix typo in comment. PiperOrigin-RevId: 424745867 GitOrigin-RevId: ef2bdebfdff0a93d3af6248d709d42a47fe2e7b4 Change-Id: I50ad9b4cf3fa17831aa6521c58d81b0ce8ec0c47 --- absl/status/status.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'absl/status') diff --git a/absl/status/status.h b/absl/status/status.h index 5a09faeb..db4b340a 100644 --- a/absl/status/status.h +++ b/absl/status/status.h @@ -533,7 +533,7 @@ class Status final { //---------------------------------------------------------------------------- // A payload may be attached to a status to provide additional context to an - // error that may not be satisifed by an existing `absl::StatusCode`. + // error that may not be satisfied by an existing `absl::StatusCode`. // Typically, this payload serves one of several purposes: // // * It may provide more fine-grained semantic information about the error -- cgit v1.2.3