From 93ebe4a396fbe43680148dceaf663894ba3198d0 Mon Sep 17 00:00:00 2001 From: buffet Date: Mon, 1 Oct 2018 13:08:31 +0200 Subject: [PATCH] Fixed a typo --- lit/syrup.lit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lit/syrup.lit b/lit/syrup.lit index 49da8fe..b5f90ad 100644 --- a/lit/syrup.lit +++ b/lit/syrup.lit @@ -125,7 +125,7 @@ This actually consists of two steps. @s Generate message -Pretty straight forward. We need a buffer and then we just append all arguments, beginning with `argv[1]`, seperated by spaces. +Pretty straight forward. We need a buffer and then we just append all arguments, beginning with `argv[1]`, separated by spaces. --- variables local to main += char msg[BUFSIZ];