summaryrefslogtreecommitdiff
path: root/usr/auth.c
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 /usr/auth.c
parentb0c92eb4132ecce84b97255baccb7f2202895f57 (diff)
downloadopen-iscsi-ded42dff6bf0d2fbc3f423e42e1da51281e9d70e.tar.gz
Spelling fixes
Diffstat (limited to 'usr/auth.c')
-rw-r--r--usr/auth.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/auth.c b/usr/auth.c
index 00b4388..e44a279 100644
--- a/usr/auth.c
+++ b/usr/auth.c
@@ -20,7 +20,7 @@
* RFC 3720. The code in this file is meant to be common for both kernel and
* user level and makes use of only limited library functions, presently only
* string.h. Routines specific to kernel, user level are implemented in
- * seperate files under the appropriate directories.
+ * separate files under the appropriate directories.
* This code in this files assumes a single thread of execution
* for each iscsi_acl structure, and does no locking.
*/
@@ -1071,7 +1071,7 @@ acl_hand_shake(struct iscsi_acl *client)
/*
* Should only happen if authentication
- * protocol error occured.
+ * protocol error occurred.
*/
return;