From: Carl Hetherington Date: Mon, 14 Nov 2011 11:53:09 +0000 (+0000) Subject: Typo. X-Git-Tag: 3.0-beta1~34 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=b10d5c670936bca150c103814d81c4fc2dc63c35;p=ardour.git Typo. git-svn-id: svn://localhost/ardour2/branches/3.0@10578 d708f5d6-7413-0410-9779-e7cbd77b26cf --- diff --git a/libs/ardour/session_handle.cc b/libs/ardour/session_handle.cc index 461b1a9249..e9284b7c98 100644 --- a/libs/ardour/session_handle.cc +++ b/libs/ardour/session_handle.cc @@ -85,7 +85,7 @@ SessionHandleRef::insanity_check () { cerr << string_compose ( _("programming error: %1"), - string_compose("SessionHandleRef exists across sesssion deletion! Dynamic type: %1 @ %2", + string_compose("SessionHandleRef exists across session deletion! Dynamic type: %1 @ %2", PBD::demangled_name (*this), this)) << endl; }