From 4644347d218de99ad45b946731fd9bcdc1575fbd Mon Sep 17 00:00:00 2001 From: Ed Hennis Date: Thu, 2 Jul 2026 18:48:43 -0400 Subject: [PATCH] Apply suggestions from code review: fix typos Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- src/xrpld/app/misc/SHAMapStoreImp.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/xrpld/app/misc/SHAMapStoreImp.cpp b/src/xrpld/app/misc/SHAMapStoreImp.cpp index f109a9fdd5..a62a9b0f5d 100644 --- a/src/xrpld/app/misc/SHAMapStoreImp.cpp +++ b/src/xrpld/app/misc/SHAMapStoreImp.cpp @@ -650,8 +650,8 @@ SHAMapStoreImp::healthWait() // completeLock_. // Releasing the lock may mean that status will be slightly out of date when the lock is // reacquired, but it's close enough. In a normal rotation, healthWait() is called frequently, - // so a false positive will be detected on the next call, and a false negative wil be detected - // in the next loop interation. Database rotation is important, but not timely, so an extra + // so a false positive will be detected on the next call, and a false negative will be detected + // in the next loop iteration. Database rotation is important, but not timely, so an extra // delay is fine. auto readServerStatus = [this]( LedgerIndex& index,