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 +- example/streaming-clap.zig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'example') 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{}; diff --git a/example/streaming-clap.zig b/example/streaming-clap.zig index cacda56..9d99859 100644 --- a/example/streaming-clap.zig +++ b/example/streaming-clap.zig @@ -28,7 +28,7 @@ pub fn main() !void { // Skip exe argument _ = iter.next(); - // 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 leave the `diagnostic` field unset if you // don't care about the extra information `Diagnostic` provides. var diag = clap.Diagnostic{}; -- cgit v1.2.3