From 903b5fc5365c5799a686668a7c553f6f47606274 Mon Sep 17 00:00:00 2001 From: Jo Burgard Date: Tue, 14 Mar 2023 13:43:50 +0100 Subject: [PATCH] Fix typo --- exercises/093_hello_c.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/093_hello_c.zig b/exercises/093_hello_c.zig index a53a108..043b9ed 100644 --- a/exercises/093_hello_c.zig +++ b/exercises/093_hello_c.zig @@ -34,7 +34,7 @@ // information can be obtained. For example, 'puts' returns the number // of characters output. // -// So that all this does not remain a dry theroy now, let's just start +// So that all this does not remain a dry theory now, let's just start // and call a C function out of Zig. // our well-known "import" for Zig