Commit 21cc9991 authored by David Benjamin's avatar David Benjamin Committed by Commit Bot

Fix typo for "Creates".

It's got a second e in it. Like in POSIX!
http://pubs.opengroup.org/onlinepubs/007904975/functions/creat.html

Cq-Include-Trybots: luci.chromium.try:linux_mojo
Change-Id: I2de5f0d0031b6faa2eae9eca234778e6315b10f3
Reviewed-on: https://chromium-review.googlesource.com/1169870Reviewed-by: default avatarJohn Abd-El-Malek <jam@chromium.org>
Reviewed-by: default avatarTom Sepez <tsepez@chromium.org>
Commit-Queue: David Benjamin <davidben@chromium.org>
Cr-Commit-Position: refs/heads/master@{#581978}
parent d3d5f502
...@@ -15,7 +15,7 @@ namespace desktop_capture { ...@@ -15,7 +15,7 @@ namespace desktop_capture {
// Creates a DesktopCaptureOptions with required settings. // Creates a DesktopCaptureOptions with required settings.
CONTENT_EXPORT webrtc::DesktopCaptureOptions CreateDesktopCaptureOptions(); CONTENT_EXPORT webrtc::DesktopCaptureOptions CreateDesktopCaptureOptions();
// Creats specific DesktopCapturer with required settings. // Creates specific DesktopCapturer with required settings.
CONTENT_EXPORT std::unique_ptr<webrtc::DesktopCapturer> CreateScreenCapturer(); CONTENT_EXPORT std::unique_ptr<webrtc::DesktopCapturer> CreateScreenCapturer();
CONTENT_EXPORT std::unique_ptr<webrtc::DesktopCapturer> CreateWindowCapturer(); CONTENT_EXPORT std::unique_ptr<webrtc::DesktopCapturer> CreateWindowCapturer();
......
...@@ -24,7 +24,7 @@ const uint32 kURLLoadOptionSendSSLInfoForCertificateError = 8; ...@@ -24,7 +24,7 @@ const uint32 kURLLoadOptionSendSSLInfoForCertificateError = 8;
const uint32 kURLLoadOptionPauseOnResponseStarted = 16; const uint32 kURLLoadOptionPauseOnResponseStarted = 16;
interface URLLoaderFactory { interface URLLoaderFactory {
// Creats a URLLoader and starts loading with the given |request|. |client|'s // Creates a URLLoader and starts loading with the given |request|. |client|'s
// method will be called when certain events related to that loading // method will be called when certain events related to that loading
// (e.g., response arrival) happen. // (e.g., response arrival) happen.
// |routing_id| is the routing_id for subframe requests, and is the // |routing_id| is the routing_id for subframe requests, and is the
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment