about summary refs log tree commit diff
path: root/absl
diff options
context:
space:
mode:
authorAbseil Team <absl-team@google.com>2020-03-05T19·51-0800
committerAndy Soffer <asoffer@google.com>2020-03-06T20·14-0500
commit40a0e58eb39f327b14841eeccacd962340dbc57d (patch)
tree3b2634512892cb963cbb8bb81130918f5456ae29 /absl
parentcf3a1998e9d41709d4141e2f13375993cba1130e (diff)
Export of internal Abseil changes
--
e6e6dacbde7e4f997e5c29f27c96f86d48e8d5d9 by Abseil Team <absl-team@google.com>:

Minor typo fix.

PiperOrigin-RevId: 299155812
GitOrigin-RevId: e6e6dacbde7e4f997e5c29f27c96f86d48e8d5d9
Change-Id: I900afc4fe7355e0b081588351160dbd600c84729
Diffstat (limited to 'absl')
-rw-r--r--absl/status/status.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/absl/status/status.cc b/absl/status/status.cc
index df3b740f7729..52ecc0efda98 100644
--- a/absl/status/status.cc
+++ b/absl/status/status.cc
@@ -176,7 +176,7 @@ void Status::ForEachPayload(
 #ifdef NDEBUG
       visitor(elem.type_url, elem.payload);
 #else
-      // In debug mode invaldiate the type url to prevent users from relying on
+      // In debug mode invalidate the type url to prevent users from relying on
       // this std::string lifetime.
 
       // NOLINTNEXTLINE intentional extra conversion to force temporary.