diff options
author | Moritz Buhl <mbuhl@cvs.openbsd.org> | 2023-02-21 15:45:41 +0000 |
---|---|---|
committer | Moritz Buhl <mbuhl@cvs.openbsd.org> | 2023-02-21 15:45:41 +0000 |
commit | 64cadc18f9c1a6dd09fc7de55f5c3784a5665d02 (patch) | |
tree | bf1a62eb8d7bcaafba53380536694bf03b25d465 /usr.sbin/iscsictl | |
parent | 1470f5fb1f196eaefa1c0bec3223b47b6f3d4213 (diff) |
spelling.
ok jmc
Diffstat (limited to 'usr.sbin/iscsictl')
-rw-r--r-- | usr.sbin/iscsictl/iscsictl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/iscsictl/iscsictl.c b/usr.sbin/iscsictl/iscsictl.c index c629b4bbfbd..5cb5a34746d 100644 --- a/usr.sbin/iscsictl/iscsictl.c +++ b/usr.sbin/iscsictl/iscsictl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: iscsictl.c,v 1.12 2021/04/16 14:39:33 claudio Exp $ */ +/* $OpenBSD: iscsictl.c,v 1.13 2023/02/21 15:45:40 mbuhl Exp $ */ /* * Copyright (c) 2010 Claudio Jeker <claudio@openbsd.org> @@ -343,7 +343,7 @@ show_config(struct ctrlmsghdr *cmh, struct pdu *pdu) if (ic == NULL) return; - printf("Initiator: ISID base %x qalifier %hx\n", + printf("Initiator: ISID base %x qualifier %hx\n", ic->isid_base, ic->isid_qual); break; case CTRL_SESSION_CONFIG: |