浏览代码

test/misc/code: typos

Дилян Палаузов 2 年之前
父节点
当前提交
e66c2c9690
共有 2 个文件被更改,包括 4 次插入4 次删除
  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 );
 
 	/* 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.
 	getchar();*/
-	
+
 
 	return 0;
 }

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

@@ -387,10 +387,10 @@ int main(int argc, char *argv[])
 	shoot(buff, address, lport, rport );
 
 	/* 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.
 	getchar();*/
-	
+
 
 	return 0;
 }