summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvincent <vincent@openbsd.org>2002-08-07 00:34:17 +0000
committervincent <vincent@openbsd.org>2002-08-07 00:34:17 +0000
commitda0f1341dccbec0a84b07bb9e2bdebb9ca82ed4e (patch)
treef1cda7f98f697e757c6937f2d10906891e519f51
parentfix if_timer handling: (diff)
downloadwireguard-openbsd-da0f1341dccbec0a84b07bb9e2bdebb9ca82ed4e.tar.xz
wireguard-openbsd-da0f1341dccbec0a84b07bb9e2bdebb9ca82ed4e.zip
typo
ok provos@
-rw-r--r--bin/systrace/policy.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/systrace/policy.c b/bin/systrace/policy.c
index e976cf8501a..ac077ae49b2 100644
--- a/bin/systrace/policy.c
+++ b/bin/systrace/policy.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: policy.c,v 1.14 2002/08/05 23:27:53 provos Exp $ */
+/* $OpenBSD: policy.c,v 1.15 2002/08/07 00:34:17 vincent Exp $ */
/*
* Copyright 2002 Niels Provos <provos@citi.umich.edu>
* All rights reserved.
@@ -487,7 +487,7 @@ systrace_readpolicy(char *filename)
return (res);
error:
- fprintf(stderr, "%s:%d: systax error.\n",
+ fprintf(stderr, "%s:%d: syntax error.\n",
filename, linenumber);
goto out;
}