From e1d73542b29ce530abb86d4799149b2a8256880d Mon Sep 17 00:00:00 2001 From: Vladislav Bolkhovitin Date: Mon, 30 Apr 2012 19:29:47 +0000 Subject: [PATCH] iSCSI-SCST: Fix a typo in an error message Signed-off-by: Bart Van Assche git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@4251 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- iscsi-scst/kernel/iscsi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iscsi-scst/kernel/iscsi.c b/iscsi-scst/kernel/iscsi.c index d7e1f46bc..832975410 100644 --- a/iscsi-scst/kernel/iscsi.c +++ b/iscsi-scst/kernel/iscsi.c @@ -4056,7 +4056,7 @@ static int __init iscsi_init(void) err = net_set_get_put_page_callbacks(iscsi_get_page_callback, iscsi_put_page_callback); if (err != 0) { - PRINT_INFO("Unable to set page callbackes: %d", err); + PRINT_INFO("Unable to set page callbacks: %d", err); goto out_destroy_mempool; } #else