diff options
Diffstat (limited to 'absl/status')
-rw-r--r-- | absl/status/status.h | 2 |
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 |