ModuleBase: instanciate -> instantiate

This commit is contained in:
Beat Küng
2017-04-28 11:42:11 +02:00
parent f691ae2a4f
commit 59bde454b5
4 changed files with 8 additions and 8 deletions

View File

@@ -236,7 +236,7 @@ void Logger::print_statistics()
_max_dropout_duration = 0.f;
}
Logger *Logger::instanciate(int argc, char *argv[])
Logger *Logger::instantiate(int argc, char *argv[])
{
uint32_t log_interval = 3500;
int log_buffer_size = 12 * 1024;