Fix typo
authorunc0rr
Tue, 20 Nov 2012 00:47:35 +0400
changeset 8071 7d6aaba59505
parent 8070 66bc20d089fc
child 8072 c803d89ae74d
Fix typo
project_files/frontlib/ipc/ipcbase.c
--- a/project_files/frontlib/ipc/ipcbase.c	Tue Nov 20 00:10:12 2012 +0400
+++ b/project_files/frontlib/ipc/ipcbase.c	Tue Nov 20 00:47:35 2012 +0400
@@ -186,7 +186,7 @@
 		logSentMsg(data, len);
 		return 0;
 	} else {
-		flib_log_w("Failed or incomplete ICP write: engine connection lost.");
+		flib_log_w("Failed or incomplete IPC write: engine connection lost.");
 		flib_socket_close(ipc->sock);
 		ipc->sock = NULL;
 		return -1;