From d7b87b89b7d7c5ae0a59521edabd770c545d4d78 Mon Sep 17 00:00:00 2001 From: Josh Paetzel Date: Fri, 25 Sep 2015 03:46:06 +0000 Subject: [PATCH] Fix typo. Sponsored by: iXsystems --- usr.sbin/ctld/ctld.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/ctld/ctld.c b/usr.sbin/ctld/ctld.c index 143f2e3f4329..b43ffceb2b18 100644 --- a/usr.sbin/ctld/ctld.c +++ b/usr.sbin/ctld/ctld.c @@ -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);