From 534d7b288496734f4db1576e46cab5e4802241c0 Mon Sep 17 00:00:00 2001 From: Michael Zingale Date: Wed, 22 Jan 2025 12:42:49 -0500 Subject: [PATCH] fix codespell issues with codespell 2.4.0 (#3025) --- .codespell-ignore-words | 3 ++- CHANGES.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.codespell-ignore-words b/.codespell-ignore-words index 642de727d6..b3b415805e 100644 --- a/.codespell-ignore-words +++ b/.codespell-ignore-words @@ -12,4 +12,5 @@ nd ue bion aas -checkin \ No newline at end of file +checkin +indx diff --git a/CHANGES.md b/CHANGES.md index d695e88750..5ef62d82c5 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -928,7 +928,7 @@ the conversion of primitive to conserved variables (#804) * We've changed how the backup for retries is done. Presently if - use_retry is enabled we make a pre-emptive copy of the StateData + use_retry is enabled we make a preemptive copy of the StateData right at the beginning of the timestep. Now we only backup when we detect that a retry is needed (#812)