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/streaming-clap.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example/streaming-clap.zig') 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