diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2004-04-22 08:34:31 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2004-04-22 08:34:31 +0000 |
commit | 1736da8bacb277ad0ef063019889f8e63e95aa21 (patch) | |
tree | 77e12ae31745292fed210685c529b7543558fba1 /sbin | |
parent | 8331ab472511b3c4bebcd30499231f1f385821c8 (diff) |
typo, From: Jared Yanovich <jjy2+@pitt.edu>
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/pfctl/parse.y | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/pfctl/parse.y b/sbin/pfctl/parse.y index 22cbd50fa4d..b15fb5626a9 100644 --- a/sbin/pfctl/parse.y +++ b/sbin/pfctl/parse.y @@ -1,4 +1,4 @@ -/* $OpenBSD: parse.y,v 1.450 2004/04/14 11:16:42 cedric Exp $ */ +/* $OpenBSD: parse.y,v 1.451 2004/04/22 08:34:30 henning Exp $ */ /* * Copyright (c) 2001 Markus Friedl. All rights reserved. @@ -505,7 +505,7 @@ option : SET OPTIMIZATION STRING { YYERROR; } if (pfctl_set_hostid(pf, $3) != 0) { - yyerror("error setting loginterface %08x", $3); + yyerror("error setting hostid %08x", $3); YYERROR; } } |