From 51670f050660168a7f7a231835e2a56e170a055b Mon Sep 17 00:00:00 2001 From: asas1asas200 Date: Sun, 21 Aug 2022 12:35:33 +0800 Subject: [PATCH] Fix typo --- src/modules/sway/workspaces.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/sway/workspaces.cpp b/src/modules/sway/workspaces.cpp index 4866d86..b7e51e4 100644 --- a/src/modules/sway/workspaces.cpp +++ b/src/modules/sway/workspaces.cpp @@ -8,7 +8,7 @@ namespace waybar::modules::sway { -// Helper function to to assign a number to a workspace, just like sway. In fact +// Helper function to assign a number to a workspace, just like sway. In fact // this is taken quite verbatim from `sway/ipc-json.c`. int Workspaces::convertWorkspaceNameToNum(std::string name) { if (isdigit(name[0])) {