From d8ec3a38733b6fedcbfa152c9c63d9bc496741b9 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Mon, 22 Dec 2014 12:31:08 +0000 Subject: [PATCH] Source code spelling fix: authentification -> authentication git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@5946 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- iscsi-scst/README | 2 +- iscsi-scst/README_in-tree | 2 +- qla2x00t/qla2x00-target/README | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/iscsi-scst/README b/iscsi-scst/README index ad1ff5bdc..db82baa7e 100644 --- a/iscsi-scst/README +++ b/iscsi-scst/README @@ -413,7 +413,7 @@ echo 1 >/sys/kernel/scst_tgt/targets/iscsi/enabled Below is an advanced sample script, which configures more virtual devices of various types, including virtual CDROM and 2 targets, one with all default parameters, another one with some not default -parameters, incoming and outgoing user names for CHAP authentification, +parameters, incoming and outgoing user names for CHAP authentication, and special permissions for initiator iqn.2005-03.org.open-iscsi:cacdcd2520, which will see another set of devices. Also this sample configures CHAP authentication for discovery sessions and iSNS server with access diff --git a/iscsi-scst/README_in-tree b/iscsi-scst/README_in-tree index e76287e91..db41e2db6 100644 --- a/iscsi-scst/README_in-tree +++ b/iscsi-scst/README_in-tree @@ -242,7 +242,7 @@ echo 1 >/sys/kernel/scst_tgt/targets/iscsi/enabled Below is an advanced sample script, which configures more virtual devices of various types, including virtual CDROM and 2 targets, one with all default parameters, another one with some not default -parameters, incoming and outgoing user names for CHAP authentification, +parameters, incoming and outgoing user names for CHAP authentication, and special permissions for initiator iqn.2005-03.org.open-iscsi:cacdcd2520, which will see another set of devices. Also this sample configures CHAP authentication for discovery sessions and iSNS server with access diff --git a/qla2x00t/qla2x00-target/README b/qla2x00t/qla2x00-target/README index d06a7757a..7cf3c3096 100644 --- a/qla2x00t/qla2x00-target/README +++ b/qla2x00t/qla2x00-target/README @@ -565,7 +565,7 @@ Thanks to: initiator driver. * Mark Buechler for the original -WWN-based authentification, a lot of useful suggestions, bug reports and +WWN-based authentication, a lot of useful suggestions, bug reports and help in debugging. * Ming Zhang for fixes.