CLEANUP: Fix a typo in the connection subsystem

Fixes a typo in the code comments of the connection subsystem.
diff --git a/include/types/connection.h b/include/types/connection.h
index 745546c..8a12cec 100644
--- a/include/types/connection.h
+++ b/include/types/connection.h
@@ -87,7 +87,7 @@
 	 * the stream-interface :
 	 */
 	CS_FL_NOT_FIRST     = 0x00100000,  /* this stream is not the first one */
-	CS_FL_READ_PARTIAL  = 0x00200000,  /* some data were received (not necessarly xferred) */
+	CS_FL_READ_PARTIAL  = 0x00200000,  /* some data were received (not necessarily xferred) */
 };
 
 /* cs_shutr() modes */