Skip to content

Commit 2d6306c

Browse files
committed
fix typo
1 parent 95c186e commit 2d6306c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Detectors/gconfig/src/SimSetup.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ void execFromPlugin(const char* libname, const char* funcname)
5050

5151
void execSetupFromPlugin(const char* libname, const char* funcname)
5252
{
53-
LOG(info) << "Seting up transport engine from library " << libname;
53+
LOG(info) << "Setting up transport engine from library " << libname;
5454
execFromPlugin(libname, funcname);
5555
}
5656

0 commit comments

Comments
 (0)