mirror of
https://github.com/jimeh/tmuxifier.git
synced 2026-02-19 09:56:39 +00:00
Fix typo in code comment
This commit is contained in:
@@ -270,9 +270,9 @@ initialize_session() {
|
|||||||
|
|
||||||
# Finalize session creation and then switch to it if needed.
|
# Finalize session creation and then switch to it if needed.
|
||||||
#
|
#
|
||||||
# When the session is created, it leaves a unused window in position #99, this
|
# When the session is created, it leaves a unused window in position #999,
|
||||||
# is the default window which was created with the session, but it's also a
|
# this is the default window which was created with the session, but it's also
|
||||||
# window that was not explicitly created. Hence we kill it.
|
# 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
|
# 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
|
# created, the session already exists, and we'll need to specifically switch
|
||||||
|
|||||||
Reference in New Issue
Block a user