We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95c186e commit 2d6306cCopy full SHA for 2d6306c
Detectors/gconfig/src/SimSetup.cxx
@@ -50,7 +50,7 @@ void execFromPlugin(const char* libname, const char* funcname)
50
51
void execSetupFromPlugin(const char* libname, const char* funcname)
52
{
53
- LOG(info) << "Seting up transport engine from library " << libname;
+ LOG(info) << "Setting up transport engine from library " << libname;
54
execFromPlugin(libname, funcname);
55
}
56
0 commit comments