summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authormnc <mnc@d7303112-9cec-0310-bdd2-e83a94d6c2b6>2006-04-08 04:05:56 +0000
committermnc <mnc@d7303112-9cec-0310-bdd2-e83a94d6c2b6>2006-04-08 04:05:56 +0000
commitff4d1fc61446154be6d403befed2e826740f46d1 (patch)
treeb33e91f0bc4f7928d1b8c662292fdac048d092f4 /README
parentdda1a0434130034edbbf3b0a8d66b2e7c2aa2ccd (diff)
downloadopen-iscsi-ff4d1fc61446154be6d403befed2e826740f46d1.tar.gz
fix some spelling mistakes
git-svn-id: svn://svn.berlios.de/open-iscsi@536 d7303112-9cec-0310-bdd2-e83a94d6c2b6
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 3593538..43e7562 100644
--- a/README
+++ b/README
@@ -57,7 +57,7 @@ Open-iSCSI is partitioned into user and kernel parts.
The kernel portion of Open-iSCSI is a from-scratch code
licensed under GPL. The kernel part implements iSCSI data path
-(that is, iSCSI Read and iSCSI Write), and consists of thee
+(that is, iSCSI Read and iSCSI Write), and consists of three
loadable modules: scsi_transport_iscsi.ko, libiscsi.ko and iscsi_tcp.ko.
User space contains the entire control plane: configuration
@@ -355,7 +355,7 @@ node discovered in the discovery above:
Or to set the "node.conn[0].statup" attribute to "startup" as default for
all sessions add the following to the /etc/iscsid.conf:
- node.conn[0].statup = automatic
+ node.conn[0].startup = automatic
To login to all the automated nodes, simply restart the iscsi service
e.g /etc/init.d/open-iscsi restart