Fix typos in function, variable names and in documentation

This commit is contained in:
Torstein Husebø
2025-01-16 13:24:13 +01:00
parent a4241d7008
commit 6004316f1a
17 changed files with 32 additions and 32 deletions

View File

@ -42,7 +42,7 @@ class WindowCreationPayload {
std::string getWorkspaceName() const { return m_workspaceName; }
WindowAddress getAddress() const { return m_windowAddress; }
void moveToWorksace(std::string& new_workspace_name);
void moveToWorkspace(std::string& new_workspace_name);
private:
void clearAddr();