From: tedu Date: Wed, 7 May 2014 01:49:36 +0000 (+0000) Subject: missing word in error message. ok millert X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=8b8b032978aa4c51b87189f5c815c25062c4a9f3;p=openbsd missing word in error message. ok millert --- diff --git a/sbin/sysctl/sysctl.c b/sbin/sysctl/sysctl.c index 1f62dca4531..ad914e2c41e 100644 --- a/sbin/sysctl/sysctl.c +++ b/sbin/sysctl/sysctl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sysctl.c,v 1.201 2014/05/07 01:41:18 tedu Exp $ */ +/* $OpenBSD: sysctl.c,v 1.202 2014/05/07 01:49:36 tedu Exp $ */ /* $NetBSD: sysctl.c,v 1.9 1995/09/30 07:12:50 thorpej Exp $ */ /* @@ -1054,8 +1054,8 @@ parse_baddynamic(int mib[], size_t len, char *string, void **newvalp, return; if (!nflag) printf("%s: ", string); - puts("kernel does contain bad dynamic " - "port tables"); + puts("kernel does not contain bad " + "dynamic port tables"); return; } baddynamic_loaded = 1;