summaryrefslogtreecommitdiff
path: root/libs/ardour/session_handle.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-11-14 11:53:09 +0000
committerCarl Hetherington <carl@carlh.net>2011-11-14 11:53:09 +0000
commitb10d5c670936bca150c103814d81c4fc2dc63c35 (patch)
tree7362618665d9e6b2d0d302c6fe197a90316478fd /libs/ardour/session_handle.cc
parentaa38d43c693ec282b74237473f1ca4c54c86d6f7 (diff)
Typo.
git-svn-id: svn://localhost/ardour2/branches/3.0@10578 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/session_handle.cc')
-rw-r--r--libs/ardour/session_handle.cc2
1 files changed, 1 insertions, 1 deletions
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;
}