Browse Source

fixed typo

wangyu- 8 years ago
parent
commit
36c8a36976
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tun_dev.cpp

+ 1 - 1
tun_dev.cpp

@@ -336,7 +336,7 @@ int tun_dev_client_event_loop()
 				else if(header==header_normal)
 				{
 					if(got_feed_back==0)
-						mylog(log_info,"connect accepted by server\n");
+						mylog(log_info,"connection accepted by server\n");
 					got_feed_back=1;
 				}
 				else