-/* $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>
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:
-/* $OpenBSD: npppctl.c,v 1.10 2021/11/15 15:14:24 millert Exp $ */
+/* $OpenBSD: npppctl.c,v 1.11 2023/02/21 15:45:40 mbuhl Exp $ */
/*
* Copyright (c) 2012 Internet Initiative Japan Inc.
u_int ppp_id[NMAX_DISCONNECT];
if (imsg_compose(&ctl_ibuf, IMSG_CTL_WHO, 0, 0, -1, NULL, 0) == -1)
- err(EXIT_FAILURE, "failed to componse a message\n");
+ err(EXIT_FAILURE, "failed to compose a message\n");
if (imsg_wait_command_completion() < 0)
errx(EXIT_FAILURE, "failed to get response");
if (ctl_imsg.hdr.type != IMSG_CTL_OK)