From bc05dc4c7db6e32131af7127d49b10486805ad93 Mon Sep 17 00:00:00 2001 From: Josh Wolfe Date: Fri, 29 Aug 2025 20:32:46 -0400 Subject: [PATCH] typo --- lib/std/cli.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/std/cli.zig b/lib/std/cli.zig index 618246d243..12bfe1200f 100644 --- a/lib/std/cli.zig +++ b/lib/std/cli.zig @@ -160,7 +160,7 @@ test parse { /// First positional (non-named) argument: input: [:0]const u8 = "", /// Second positional argument is declared as optional: - reptitions: u32 = 1, + repititions: u32 = 1, /// Receives the rest of the positional arguments. @"the-rest": []const [:0]const u8 = &.{}, },