Skip to content

Commit

Permalink
fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
thomashampson authored Dec 4, 2024
1 parent fa313ee commit 124ce54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Framework/Algorithms/src/ConvertToConstantL2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ void ConvertToConstantL2::exec() {
throw std::runtime_error(errorMsg.str());
}

// subract the diference in l2
// subtract the difference in l2
double thisDetL2 = inputSpecInfo.l2(i);
double deltaL2 = std::abs(thisDetL2 - m_l2);
double deltaTOF = calculateTOF(deltaL2);
Expand Down

0 comments on commit 124ce54

Please sign in to comment.