progs/C2.c
changeset 546 3d1f65e43065
parent 215 06cc38192865
--- a/progs/C2.c	Tue Oct 03 22:43:03 2017 +0100
+++ b/progs/C2.c	Sun Oct 08 23:49:40 2017 +0100
@@ -3,8 +3,8 @@
 #include <stdlib.h>
 
 // Since gets() is insecure and produces lots 
-// of warnings, thereofre I use my own input 
-// function instead.
+// of warnings, therefore I use my own input 
+// function instead...of course, why not?
 int i;
 char ch;