Fixed a typo

This commit is contained in:
buffet 2018-10-01 13:08:31 +02:00
parent 5f470d408d
commit 93ebe4a396

View file

@ -125,7 +125,7 @@ This actually consists of two steps.
@s Generate message @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 += --- variables local to main +=
char msg[BUFSIZ]; char msg[BUFSIZ];