diff --git a/src/tallies/tally.cpp b/src/tallies/tally.cpp index 649818386..3a24664f9 100644 --- a/src/tallies/tally.cpp +++ b/src/tallies/tally.cpp @@ -610,7 +610,7 @@ void Tally::set_scores(const vector& scores) case SCORE_MIGRATION: if (estimator_ != TallyEstimator::TRACKLENGTH) fatal_error( - "Migration-area can only be tallies with tracklength estimator"); + "Migration-area can only be tallied with a tracklength estimator"); if (non_particle_energy_present) fatal_error("Cannot tally migration area with filters other than " "energy filter and particle filter");