Skip to content

Commit 591f849

Browse files
authored
[ie] Fixed typos in logged messages (#13120)
1 parent eb82278 commit 591f849

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cpp/iedriver/BrowserFactory.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -568,13 +568,13 @@ bool BrowserFactory::AttachToBrowserUsingActiveAccessibility
568568
} else {
569569
// If we're in edge_ie_mode, we need to look for different windows
570570
if (this->ignore_process_match_) {
571-
LOG(TRACE) << "Finding windonw handle for IE Mode on Edge, "
571+
LOG(TRACE) << "Finding window handle for IE Mode on Edge, "
572572
<< "ignoring process id match. This assumes only one "
573573
<< "Edge instance is running on the host.";
574574
::EnumWindows(&BrowserFactory::FindEdgeWindowIgnoringProcessMatch,
575575
reinterpret_cast<LPARAM>(process_window_info));
576576
} else {
577-
LOG(TRACE) << "Finding windonw handle for IE Mode on Edge";
577+
LOG(TRACE) << "Finding window handle for IE Mode on Edge";
578578
::EnumWindows(&BrowserFactory::FindEdgeWindow,
579579
reinterpret_cast<LPARAM>(process_window_info));
580580

0 commit comments

Comments
 (0)