* This can be used by software iscsi_transports that allocate
* a session per scsi host.
*
- * Callers should set cmds_max to the largest total numer (mgmt + scsi) of
+ * Callers should set cmds_max to the largest total number (mgmt + scsi) of
* tasks they support. The iscsi layer reserves ISCSI_MGMT_CMDS_MAX tasks
* for nop handling and login/logout requests.
*/
if (conn->ping_timeout && !conn->recv_timeout) {
iscsi_conn_printk(KERN_ERR, conn, "invalid recv timeout of "
- "zero. Using 5 seconds\n.");
+ "zero. Using 5 seconds.\n");
conn->recv_timeout = 5;
}