13
0

fixed typo

This commit is contained in:
Emilio Norrmann 2020-08-03 15:39:14 +02:00 committed by Robin Gareus
parent f007ba6b46
commit d21337a3a4
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

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