From 90caa0d3622e52af69118ffe219b60b876a88f3e Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Thu, 27 Feb 2014 23:40:48 +0000 Subject: [PATCH] Fix typo in code comment --- lib/layout-helpers.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/layout-helpers.sh b/lib/layout-helpers.sh index 6b82705..f4f2aa1 100644 --- a/lib/layout-helpers.sh +++ b/lib/layout-helpers.sh @@ -270,9 +270,9 @@ initialize_session() { # Finalize session creation and then switch to it if needed. # -# When the session is created, it leaves a unused window in position #99, this -# is the default window which was created with the session, but it's also a -# window that was not explicitly created. Hence we kill it. +# When the session is created, it leaves a unused window in position #999, +# this is the default window which was created with the session, but it's also +# 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