From d2c5ec406d90e9a5177a175471b4fea502eb29e4 Mon Sep 17 00:00:00 2001 From: Anton Kesy Date: Sun, 11 Jan 2026 01:27:07 +0100 Subject: [PATCH] uu: fix typo --- src/uu/seq/src/seq.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/uu/seq/src/seq.rs b/src/uu/seq/src/seq.rs index 6d8f00258..1e94a9901 100644 --- a/src/uu/seq/src/seq.rs +++ b/src/uu/seq/src/seq.rs @@ -288,7 +288,7 @@ pub fn uu_app() -> Command { } /// Integer print, default format, positive increment: fast code path -/// that avoids reformating digit at all iterations. +/// that avoids reformatting digit at all iterations. fn fast_print_seq( mut stdout: impl Write, first: &BigUint,