Typo.
authorCarl Hetherington <carl@carlh.net>
Mon, 14 Nov 2011 11:53:09 +0000 (11:53 +0000)
committerCarl Hetherington <carl@carlh.net>
Mon, 14 Nov 2011 11:53:09 +0000 (11:53 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@10578 d708f5d6-7413-0410-9779-e7cbd77b26cf

libs/ardour/session_handle.cc

index 461b1a924989e7504cb9de7f2fffc381eee74776..e9284b7c9849e431936253a043edff1f5cab61a5 100644 (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;
 }