Skip to content

Commit bf75be2

Browse files
jdbriceCopilot
andauthored
Update StRoot/StFttDbMaker/StFttDb.cxx
Co-authored-by: Copilot <[email protected]>
1 parent 3f1a317 commit bf75be2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

StRoot/StFttDbMaker/StFttDb.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ bool StFttDb::loadStripLengthFromFile( std::string fn ){
423423
}
424424
inf.open( fn.c_str() );
425425
if ( !inf ) {
426-
LOG_WARN << "sTGC Stirp length file not found" << endm;
426+
LOG_WARN << "sTGC Strip length file not found" << endm;
427427
return kFALSE;
428428
}
429429
std::string st1 = "Row1";

0 commit comments

Comments
 (0)