From 6c9ca9025199b145c42a75d10cadb3f97879ee6d Mon Sep 17 00:00:00 2001 From: Jimmi Holst Christensen Date: Thu, 12 Jan 2023 19:49:56 +0100 Subject: Fix misspelled things --- example/simple.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example/simple.zig') diff --git a/example/simple.zig b/example/simple.zig index 1ac7de5..2d32463 100644 --- a/example/simple.zig +++ b/example/simple.zig @@ -15,7 +15,7 @@ pub fn main() !void { \\ ); - // Initalize our diagnostics, which can be used for reporting useful errors. + // Initialize our diagnostics, which can be used for reporting useful errors. // This is optional. You can also pass `.{}` to `clap.parse` if you don't // care about the extra information `Diagnostics` provides. var diag = clap.Diagnostic{}; -- cgit v1.2.3