summaryrefslogtreecommitdiff
path: root/usr.sbin/hoststated
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/hoststated')
-rw-r--r--usr.sbin/hoststated/parse.y4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/hoststated/parse.y b/usr.sbin/hoststated/parse.y
index afb9d2052d4..b6ce1f815bb 100644
--- a/usr.sbin/hoststated/parse.y
+++ b/usr.sbin/hoststated/parse.y
@@ -1,4 +1,4 @@
-/* $OpenBSD: parse.y,v 1.3 2006/12/16 17:48:27 deraadt Exp $ */
+/* $OpenBSD: parse.y,v 1.4 2006/12/16 18:05:35 martin Exp $ */
/*
* Copyright (c) 2006 Pierre-Yves Ritschard <pyr@spootnik.org>
@@ -472,7 +472,7 @@ lookup(char *s)
{ "tag", TAG },
{ "tcp", TCP },
{ "timeout", TIMEOUT },
- { "virtual", VIRTUA L}
+ { "virtual", VIRTUAL }
};
const struct keywords *p;