git-svn-id: svn://localhost/ardour2/branches/3.0@10578 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2011-11-14 11:53:09 +00:00
parent aa38d43c69
commit b10d5c6709

View File

@ -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;
}