From 85008ef693be7913dcf4d8216df1f1a6be1c51b0 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Fri, 27 Jun 2008 16:20:27 -0700 Subject: [PATCH] Fix typo in user message. --- secchan/secchan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/secchan/secchan.c b/secchan/secchan.c index 037cc768..cb77050d 100644 --- a/secchan/secchan.c +++ b/secchan/secchan.c @@ -146,7 +146,7 @@ main(int argc, char *argv[]) if (strncmp(nl_name, "nl:", 3) || strlen(nl_name) < 4 || nl_name[strspn(nl_name + 3, "0123456789") + 3]) { - fatal(0, "%s: argument is not of the form \"nl:DP_ID\"", nl_name); + fatal(0, "%s: argument is not of the form \"nl:DP_IDX\"", nl_name); } if (listen_vconn_name) { -- 2.30.2