Skip to content

Commit

Permalink
Fix typo in BasicWindowManager::refocus
Browse files Browse the repository at this point in the history
Co-authored-by: Matthew Kosarek <[email protected]>
  • Loading branch information
tarek-y-ismail and mattkae authored Dec 16, 2024
1 parent 4d7c4a2 commit 0dff807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/miral/basic_window_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ void miral::BasicWindowManager::refocus(
if (can_activate_window_for_session_in_workspace(application, workspaces_containing_window))
return;

// Try to activate to recently active window of any application in a shared workspace
// Try to activate the recently active window of any application in a shared workspace
{
miral::Window new_focus;
auto workspaces_containing_window_mut = workspaces_containing_window;
Expand Down

0 comments on commit 0dff807

Please sign in to comment.