From d21337a3a42cdf6ced77a477d2b69ce1389d217a Mon Sep 17 00:00:00 2001 From: Emilio Norrmann Date: Mon, 3 Aug 2020 15:39:14 +0200 Subject: [PATCH] fixed typo --- libs/pbd/controllable.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/pbd/controllable.cc b/libs/pbd/controllable.cc index 91baf49198..5b4fae9757 100644 --- a/libs/pbd/controllable.cc +++ b/libs/pbd/controllable.cc @@ -156,7 +156,7 @@ Controllable::dump_registry () for (Controllables::iterator i = registry.begin(); i != registry.end(); ++i, ++cnt) { cout << "CTRL: " << (*i)->name() << "\n"; } - cout << "Total number of registered sontrollables: " << cnt << "\n"; + cout << "Total number of registered controllables: " << cnt << "\n"; } void