From: Ben Pfaff Date: Fri, 27 Jun 2008 23:20:27 +0000 (-0700) Subject: Fix typo in user message. X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=85008ef693be7913dcf4d8216df1f1a6be1c51b0;p=sliver-openvswitch.git Fix typo in user message. --- diff --git a/secchan/secchan.c b/secchan/secchan.c index 037cc7682..cb77050dd 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) {