From 004ea3b3aed82ce6f2ce3873768b7ca0c6497e33 Mon Sep 17 00:00:00 2001 From: lineality Date: Sun, 5 Jul 2026 13:32:37 -0400 Subject: [PATCH] 026 thier to their --- exercises/026_hello2.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/026_hello2.zig b/exercises/026_hello2.zig index 31f1232..88cc08b 100644 --- a/exercises/026_hello2.zig +++ b/exercises/026_hello2.zig @@ -36,5 +36,5 @@ pub fn main(init: std.process.Init) !void { // 'std.debug.print()' prints its output to stderr, while the stdout_writer // approach prints to stdout. // A common practice is to pipe output of a command to other commands, -// and in order for the piping to work, those commands expect thier input +// and in order for the piping to work, those commands expect their input // to come from stdout, not stderr.