summaryrefslogtreecommitdiff
path: root/absl/status
diff options
context:
space:
mode:
authorGravatar Abseil Team <absl-team@google.com>2022-01-28 09:04:58 -0800
committerGravatar dinord <dino.radakovich@gmail.com>2022-01-28 14:57:21 -0500
commit940c06c25d2953f44310b68eb8aab6114dba11fb (patch)
tree30b8b26c3bb8fbdf89d7799a8c06a2d96550af66 /absl/status
parenta655ec4aff1cad3d4d076781ec302cdaaf97993f (diff)
Export of internal Abseil changes
-- ef2bdebfdff0a93d3af6248d709d42a47fe2e7b4 by Derek Mauro <dmauro@google.com>: 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 <absl-team@google.com>: Fix typo in comment. PiperOrigin-RevId: 424745867 GitOrigin-RevId: ef2bdebfdff0a93d3af6248d709d42a47fe2e7b4 Change-Id: I50ad9b4cf3fa17831aa6521c58d81b0ce8ec0c47
Diffstat (limited to 'absl/status')
-rw-r--r--absl/status/status.h2
1 files changed, 1 insertions, 1 deletions
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