Fix typo.

MFC after:	2 weeks
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Edward Tomasz Napierala 2014-11-19 08:59:49 +00:00
parent cfd2f3f928
commit 9606f9b5c4

View File

@ -1982,7 +1982,7 @@ cfiscsi_ioctl_port_create(struct ctl_req *req)
if (ct->ct_state == CFISCSI_TARGET_STATE_ACTIVE) {
req->status = CTL_LUN_ERROR;
snprintf(req->error_str, sizeof(req->error_str),
"target \"%s\" already exist", target);
"target \"%s\" already exists", target);
cfiscsi_target_release(ct);
ctl_free_opts(&opts);
return;