summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2016-09-18 17:43:32 +0200
committerChristian Seiler <christian@iwakd.de>2016-09-18 17:43:32 +0200
commitded42dff6bf0d2fbc3f423e42e1da51281e9d70e (patch)
treeb6041933785f19bbe2666471be9612733719da23 /etc
parentb0c92eb4132ecce84b97255baccb7f2202895f57 (diff)
downloadopen-iscsi-ded42dff6bf0d2fbc3f423e42e1da51281e9d70e.tar.gz
Spelling fixes
Diffstat (limited to 'etc')
-rw-r--r--etc/iface.example4
-rw-r--r--etc/initd/initd.suse2
-rw-r--r--etc/iscsid.conf4
3 files changed, 5 insertions, 5 deletions
diff --git a/etc/iface.example b/etc/iface.example
index 7af784b..4b7f22c 100644
--- a/etc/iface.example
+++ b/etc/iface.example
@@ -1,7 +1,7 @@
#
# Example iSCSI interface config
#
-# There must be a seperate iscsi interface config file for each NIC, network
+# There must be a separate iscsi interface config file for each NIC, network
# interface or port or iscsi HBA you want to bind sessions to.
#
# For hardware iscsi, this is created for you when you run iscsiadm.
@@ -23,7 +23,7 @@
# - cxgb3i (Chelsio cxgb S3 iSCSI HBAs);
#
#OPTIONAL: iface.initiatorname
-# To use a initiator name other than the one set in
+# To use an initiator name other than the one set in
# /etc/iscsi/initiatorname.iscsi for normal sessions set the
# iface.initiatorname. This is only used for normal sessions.
# For discovery sessions the /etc/iscsi/initiatorname.iscsi value
diff --git a/etc/initd/initd.suse b/etc/initd/initd.suse
index a1c515a..54d0d84 100644
--- a/etc/initd/initd.suse
+++ b/etc/initd/initd.suse
@@ -12,7 +12,7 @@
# Default-Stop:
# Short-Description: iSCSI initiator daemon
# Description: The iSCSI initator is used to create and
-# manage iSCSI connections to a iSCSI Target.
+# manage iSCSI connections to an iSCSI Target.
#
### END INIT INFO
diff --git a/etc/iscsid.conf b/etc/iscsid.conf
index c30a7dc..f7ecb6b 100644
--- a/etc/iscsid.conf
+++ b/etc/iscsid.conf
@@ -10,7 +10,7 @@
######################
# iscsid daemon config
######################
-# If you want iscsid to start the first time a iscsi tool
+# If you want iscsid to start the first time an iscsi tool
# needs to access it, instead of starting it when the init
# scripts run, set the iscsid startup command here. This
# should normally only need to be done by distro package
@@ -44,7 +44,7 @@ node.startup = manual
# For "automatic" startup nodes, setting this to "Yes" will try logins on each
# available iface until one succeeds, and then stop. The default "No" will try
-# logins on all availble ifaces simultaneously.
+# logins on all available ifaces simultaneously.
node.leading_login = No
# *************