Jo Burgard 2 years ago
parent
commit
903b5fc536
1 changed files with 1 additions and 1 deletions
  1. 1 1
      exercises/093_hello_c.zig

+ 1 - 1
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