Merge pull request #3887 from torstehu/fix-typo

Fix typos in function, variable names and in documentation
This commit is contained in:
Alexis Rouillard
2025-06-22 08:39:23 +01:00
committed by GitHub
17 changed files with 31 additions and 31 deletions

View File

@ -127,7 +127,7 @@ class Workspaces : public AModule, public EventHandler {
// Map for windows stored in workspaces not present in the current bar.
// This happens when the user has multiple monitors (hence, multiple bars)
// and doesn't share windows accross bars (a.k.a `all-outputs` = false)
// and doesn't share windows across bars (a.k.a `all-outputs` = false)
std::map<WindowAddress, std::string> m_orphanWindowMap;
enum class SortMethod { ID, NAME, NUMBER, DEFAULT };