From c81063b52019034eccee4dc3cba33d7ea66b7671 Mon Sep 17 00:00:00 2001 From: GuySten <62616591+GuySten@users.noreply.github.com> Date: Tue, 10 Mar 2026 21:28:05 +0200 Subject: [PATCH] Update src/tallies/tally.cpp Co-authored-by: Guillaume Giudicelli --- src/tallies/tally.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");