mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-07 00:56:14 +00:00
Everywhere: Fix a few comment typos
This commit is contained in:
@@ -71,7 +71,7 @@ Web::Page const& ConnectionFromClient::page() const
|
||||
|
||||
void ConnectionFromClient::connect_to_webdriver(String const& webdriver_ipc_path)
|
||||
{
|
||||
// FIXME: Propogate this error back to the browser.
|
||||
// FIXME: Propagate this error back to the browser.
|
||||
if (auto result = m_page_host->connect_to_webdriver(webdriver_ipc_path); result.is_error())
|
||||
dbgln("Unable to connect to the WebDriver process: {}", result.error());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user