From 9c32e50df8e7bbd777c64107e7580ed434f003c0 Mon Sep 17 00:00:00 2001 From: Vertexwahn Date: Thu, 27 Apr 2023 22:10:09 +0200 Subject: Fix spelling mistakes --- absl/status/status.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'absl/status') 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 -- cgit v1.2.3