File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -568,13 +568,13 @@ bool BrowserFactory::AttachToBrowserUsingActiveAccessibility
568
568
} else {
569
569
// If we're in edge_ie_mode, we need to look for different windows
570
570
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, "
572
572
<< " ignoring process id match. This assumes only one "
573
573
<< " Edge instance is running on the host." ;
574
574
::EnumWindows (&BrowserFactory::FindEdgeWindowIgnoringProcessMatch,
575
575
reinterpret_cast <LPARAM>(process_window_info));
576
576
} else {
577
- LOG (TRACE) << " Finding windonw handle for IE Mode on Edge" ;
577
+ LOG (TRACE) << " Finding window handle for IE Mode on Edge" ;
578
578
::EnumWindows (&BrowserFactory::FindEdgeWindow,
579
579
reinterpret_cast <LPARAM>(process_window_info));
580
580
You can’t perform that action at this time.
0 commit comments