From 48525246275a25fe28da492f1982aa5c356f9581 Mon Sep 17 00:00:00 2001 From: mulhern Date: Wed, 1 Jul 2026 10:12:04 -0400 Subject: [PATCH] Fix a typo detected by typos-cli 1.48.1 Signed-off-by: mulhern --- src/engine/strat_engine/metadata/static_header.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/engine/strat_engine/metadata/static_header.rs b/src/engine/strat_engine/metadata/static_header.rs index dae762caeb..311576abb7 100644 --- a/src/engine/strat_engine/metadata/static_header.rs +++ b/src/engine/strat_engine/metadata/static_header.rs @@ -321,7 +321,7 @@ impl StaticHeader { /// copies and if one validates but one does not, re-write the one that is incorrect or leave /// it be, depending on the closure parameter. If both /// copies are valid, but one is newer than the other, rewrite the older one to match or leave - /// it be depending on the closure paraemter. + /// it be depending on the closure parameter. /// Return None if it's not a Stratis device. /// Return an error if the metadata seems to indicate that the device is /// a Stratis device, but no well-formed signature block could be read.