Browse Source

test/misc/code: typos

Дилян Палаузов 2 years ago
parent
commit
e66c2c9690
2 changed files with 4 additions and 4 deletions
  1. 2 2
      test/misc/code/shoot.c
  2. 2 2
      test/misc/code/shoot2.c

+ 2 - 2
test/misc/code/shoot.c

@@ -300,10 +300,10 @@ int main(int argc, char *argv[])
 	shoot(buff, address, lport, rport );
 	shoot(buff, address, lport, rport );
 
 
 	/* visual studio closes the debug console as soon as the 
 	/* visual studio closes the debug console as soon as the 
-	program terminates. this is to hold the window from collapsing
+	program terminates. This is to hold the window from collapsing
 	Uncomment it if needed.
 	Uncomment it if needed.
 	getchar();*/
 	getchar();*/
-	
+
 
 
 	return 0;
 	return 0;
 }
 }

+ 2 - 2
test/misc/code/shoot2.c

@@ -387,10 +387,10 @@ int main(int argc, char *argv[])
 	shoot(buff, address, lport, rport );
 	shoot(buff, address, lport, rport );
 
 
 	/* visual studio closes the debug console as soon as the 
 	/* visual studio closes the debug console as soon as the 
-	program terminates. this is to hold the window from collapsing
+	program terminates. This is to hold the window from collapsing
 	Uncomment it if needed.
 	Uncomment it if needed.
 	getchar();*/
 	getchar();*/
-	
+
 
 
 	return 0;
 	return 0;
 }
 }