From 7d264c907fd23f4fa6ba2a190a4e250590d58a59 Mon Sep 17 00:00:00 2001 From: tokyo4j Date: Sun, 26 Apr 2026 18:56:03 +0900 Subject: [PATCH] src/cycle/cycle.c: fix typo --- src/cycle/cycle.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cycle/cycle.c b/src/cycle/cycle.c index 77195176..2649f1e5 100644 --- a/src/cycle/cycle.c +++ b/src/cycle/cycle.c @@ -167,7 +167,7 @@ cycle_begin(enum lab_cycle_dir direction, struct view *active_view = server.active_view; if (active_view && active_view->cycle_link.next) { - /* Select the active view it's in the cycle list */ + /* Select the active view if it's in the cycle list */ server.cycle.selected_view = active_view; } else { /* Otherwise, select the first view in the cycle list */