Fix typo.

Sponsored by:	iXsystems
This commit is contained in:
Josh Paetzel 2015-09-25 03:46:06 +00:00
parent 0e28ca2eff
commit d7b87b89b7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=288208

View File

@ -1149,7 +1149,7 @@ valid_iscsi_name(const char *name)
}
} else {
log_warnx("invalid target name \"%s\"; should start with "
"either \".iqn\", \"eui.\", or \"naa.\"",
"either \"iqn.\", \"eui.\", or \"naa.\"",
name);
}
return (true);