From 75f9be4b342248973a5b9ba36264525f645510fa Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Mon, 29 Jul 2013 10:43:00 +0000 Subject: [PATCH] iscsi-scst: Spelling fix - change dublicate into duplicate git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@4926 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- iscsi-scst/kernel/config.c | 2 +- iscsi-scst/kernel/iscsi.c | 4 ++-- iscsi-scst/usr/event.c | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/iscsi-scst/kernel/config.c b/iscsi-scst/kernel/config.c index dcb753670..5c580936c 100644 --- a/iscsi-scst/kernel/config.c +++ b/iscsi-scst/kernel/config.c @@ -614,7 +614,7 @@ static int mgmt_cmd_callback(void __user *ptr) case E_GET_ATTR_VALUE: info->data = kstrdup(cinfo.value, GFP_KERNEL); if (info->data == NULL) { - PRINT_ERROR("Can't dublicate value %s", cinfo.value); + PRINT_ERROR("Can't duplicate value %s", cinfo.value); info->info_status = -ENOMEM; goto out_complete; } diff --git a/iscsi-scst/kernel/iscsi.c b/iscsi-scst/kernel/iscsi.c index 90601c4aa..644e4cb56 100644 --- a/iscsi-scst/kernel/iscsi.c +++ b/iscsi-scst/kernel/iscsi.c @@ -1076,7 +1076,7 @@ static int iscsi_set_prelim_r2t_len_to_receive(struct iscsi_cmnd *req) /* * We have to close connection, because otherwise a data * corruption is possible if we allow to receive data - * for this request in another request with dublicated ITT. + * for this request in another request with duplicated ITT. */ mark_conn_closed(req->conn); goto out; @@ -1875,7 +1875,7 @@ int cmnd_rx_continue(struct iscsi_cmnd *req) /* * We have to close connection, because otherwise a data * corruption is possible if we allow to receive data - * for this request in another request with dublicated + * for this request in another request with duplicated * ITT. */ goto out_close; diff --git a/iscsi-scst/usr/event.c b/iscsi-scst/usr/event.c index 96d269610..e25c50bc6 100644 --- a/iscsi-scst/usr/event.c +++ b/iscsi-scst/usr/event.c @@ -971,7 +971,7 @@ static int handle_e_set_attr_value(int fd, const struct iscsi_kern_event *event) isns_access_control = 0; isns_server = strdup(pp); if (isns_server == NULL) { - log_error("Unable to dublicate iSNS server name %s", pp); + log_error("Unable to duplicate iSNS server name %s", pp); res = -ENOMEM; goto out_free; }