aboutsummaryrefslogtreecommitdiff
path: root/absl/status/status.h
diff options
context:
space:
mode:
authorCopybara-Service <copybara-worker@google.com>2023-05-01 12:43:41 -0700
committerCopybara-Service <copybara-worker@google.com>2023-05-01 12:43:41 -0700
commit201c426c122a779382208c9347b35fd696cc3a3c (patch)
tree0231ec20d7bd2625782f5c6cd94ac837ce6bb874 /absl/status/status.h
parente9a7eea615352e2f74c13585a4b031f868b3bfa7 (diff)
parent9c32e50df8e7bbd777c64107e7580ed434f003c0 (diff)
downloadabseil-201c426c122a779382208c9347b35fd696cc3a3c.tar.gz
abseil-201c426c122a779382208c9347b35fd696cc3a3c.tar.bz2
abseil-201c426c122a779382208c9347b35fd696cc3a3c.zip
Merge pull request #1438 from Vertexwahn:fix-spelling
PiperOrigin-RevId: 528547013 Change-Id: I9b57ee062ef666d6a34696778ff16a46c5ccb17d
Diffstat (limited to 'absl/status/status.h')
-rw-r--r--absl/status/status.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/absl/status/status.h b/absl/status/status.h
index 4e8292fc..c6c1cd41 100644
--- a/absl/status/status.h
+++ b/absl/status/status.h
@@ -398,7 +398,7 @@ inline StatusToStringMode& operator^=(StatusToStringMode& lhs,
//
// * It may provide more fine-grained semantic information about the error to
// facilitate actionable remedies.
-// * It may provide human-readable contexual information that is more
+// * It may provide human-readable contextual information that is more
// appropriate to display to an end user.
//
// Example:
@@ -538,7 +538,7 @@ class Status final {
//
// * It may provide more fine-grained semantic information about the error
// to facilitate actionable remedies.
- // * It may provide human-readable contexual information that is more
+ // * It may provide human-readable contextual information that is more
// appropriate to display to an end user.
//
// A payload consists of a [key,value] pair, where the key is a string