summaryrefslogtreecommitdiff
path: root/libs/ardour/session_handle.cc
diff options
context:
space:
mode:
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;
}