aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/exercises/093_hello_c.zig
diff options
context:
space:
mode:
authorJo Burgard <mail@joburgard.com>2023-03-14 13:43:50 +0100
committerGitHub <noreply@github.com>2023-03-14 13:43:50 +0100
commit903b5fc5365c5799a686668a7c553f6f47606274 (patch)
tree35b4fe5e0c6baa5d82df11f002a39fb1fbdfc8a8 /exercises/093_hello_c.zig
parentb5e16e8d0bb579834a2ad7cf09abc56d8637ebdc (diff)
Fix typo
Diffstat (limited to 'exercises/093_hello_c.zig')
-rw-r--r--exercises/093_hello_c.zig2
1 files changed, 1 insertions, 1 deletions
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