chore: fix some typos (#40506)
This commit is contained in:
parent
262723e394
commit
cf5f0419f1
16 changed files with 19 additions and 19 deletions
|
@ -494,7 +494,7 @@ bool NotificationCallbackWrapper(
|
|||
base::BindOnce(base::IgnoreResult(callback), cmd, cwd,
|
||||
std::move(additional_data)));
|
||||
}
|
||||
// ProcessSingleton needs to know whether current process is quiting.
|
||||
// ProcessSingleton needs to know whether current process is quitting.
|
||||
return !Browser::Get()->is_shutting_down();
|
||||
}
|
||||
|
||||
|
|
|
@ -235,7 +235,7 @@ void DesktopCapturer::StartHandling(bool capture_window,
|
|||
captured_sources_.clear();
|
||||
|
||||
if (capture_window && capture_screen) {
|
||||
// Some capturers like PipeWire suppport a single capturer for both screens
|
||||
// Some capturers like PipeWire support a single capturer for both screens
|
||||
// and windows. Use it if possible, treating both as window capture
|
||||
std::unique_ptr<webrtc::DesktopCapturer> desktop_capturer =
|
||||
webrtc::DesktopCapturer::CreateGenericCapturer(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue