From 4bf105eebc0ff2006328712843a2b0dba4d66393 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Fri, 29 Aug 2014 20:15:32 +0100 Subject: [PATCH] Improve wording of comment --- lib/layout-helpers.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/layout-helpers.sh b/lib/layout-helpers.sh index bebedf4..bac4cd9 100644 --- a/lib/layout-helpers.sh +++ b/lib/layout-helpers.sh @@ -275,8 +275,7 @@ initialize_session() { # a window that was not explicitly created. Hence we kill it. # # If the session was created, we've already been switched to it. If it was not -# created, the session already exists, and we'll need to specifically switch -# to it here. +# created, but already existed, then we'll need to specifically switch to it. # finalize_and_go_to_session() { ! tmuxifier-tmux kill-window -t "$session:999" 2>/dev/null