From 7ab41e59ba7a05d0c064019ff6beaffc121f1bbf Mon Sep 17 00:00:00 2001 From: Rasmus Brandt Date: Wed, 18 Dec 2019 10:01:54 +0100 Subject: [PATCH] Fix typo in abseil-in-webrtc.md. NOTRY=True # ios bots failing Bug: None Change-Id: Id3f3ea98be9cfef22c3431ae30cc15e282423ee2 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/162521 Commit-Queue: Rasmus Brandt Reviewed-by: Karl Wiberg Cr-Commit-Position: refs/heads/master@{#30110} --- abseil-in-webrtc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/abseil-in-webrtc.md b/abseil-in-webrtc.md index cf8f97d5ea..0541d3c7a5 100644 --- a/abseil-in-webrtc.md +++ b/abseil-in-webrtc.md @@ -40,7 +40,7 @@ Chromium has a ban on new static initializers, and `absl::Mutex` uses one. To make `absl::Mutex` available, we would need to nicely ask the Abseil team to remove that initializer (like they already did for a spinlock initializer). Additionally, `absl::Mutex` handles time in a -way that may not be compaible with the rest of WebRTC. +way that may not be compatible with the rest of WebRTC. ### `absl::Span`