From b33d1732a61b05f1005905459f93d36f33c637fd Mon Sep 17 00:00:00 2001 From: GZharun Date: Mon, 18 May 2015 15:40:49 +0300 Subject: [PATCH] Fixed a misprint in a comment --- libs/ardour/io.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/ardour/io.cc b/libs/ardour/io.cc index b72c29aae1..6d1a181ee6 100644 --- a/libs/ardour/io.cc +++ b/libs/ardour/io.cc @@ -699,7 +699,7 @@ IO::connecting_became_legal () connection_legal_c.disconnect (); - // it's not required for TracksLive, as long as TracksLive's session does all the cennections when it's being loaded + // it's not required for TracksLive, as long as TracksLive's session does all the connections when it's being loaded if (!Profile->get_trx() ) { ret = make_connections (*pending_state_node, pending_state_node_version, pending_state_node_in); }