From 5b373c0dc80de628693cfa67f6dade04902eb7b5 Mon Sep 17 00:00:00 2001 From: Thiago Kenji Okada Date: Thu, 25 Jul 2024 23:08:02 +0100 Subject: [PATCH] examples/hyprtabs: fix typo in comment --- examples/hyprtabs/main.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/hyprtabs/main.go b/examples/hyprtabs/main.go index cfa69ec..5ed943a 100644 --- a/examples/hyprtabs/main.go +++ b/examples/hyprtabs/main.go @@ -1,9 +1,9 @@ // Group all windows in the current workspace, or ungroup, basically similar to // how i3/sway tabbed container works. // This script works better with "master" layouts (since the layout is more -// predicatable), but it also works in "dwindle" layouts as long the layout -// is not too "deep" (e.g.: too many windows in the same workspace). -// See https://github.com/hyprwm/Hyprland/issues/2822 for more details. +// predictable), but it also works in "dwindle" layouts as long the layout is +// not too "deep" (e.g.: too many windows in the same workspace). See +// https://github.com/hyprwm/Hyprland/issues/2822 for more details. package main import (