aboutsummaryrefslogtreecommitdiff
path: root/src/layout/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/layout/mod.rs')
-rw-r--r--src/layout/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/layout/mod.rs b/src/layout/mod.rs
index d2653086..d68afe6a 100644
--- a/src/layout/mod.rs
+++ b/src/layout/mod.rs
@@ -4809,7 +4809,7 @@ impl<W: LayoutElement> Layout<W> {
let wsid = ws.id();
// if `empty_workspace_above_first` is set and `ws` is the first
- // worskpace on a monitor, another empty workspace needs to
+ // workspace on a monitor, another empty workspace needs to
// be added before.
// Conversely, if `ws` was the last workspace on a monitor, an
// empty workspace needs to be added after.