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 = &.{}, },