diff options
author | 2002-08-07 00:34:17 +0000 | |
---|---|---|
committer | 2002-08-07 00:34:17 +0000 | |
commit | da0f1341dccbec0a84b07bb9e2bdebb9ca82ed4e (patch) | |
tree | f1cda7f98f697e757c6937f2d10906891e519f51 | |
parent | fix if_timer handling: (diff) | |
download | wireguard-openbsd-da0f1341dccbec0a84b07bb9e2bdebb9ca82ed4e.tar.xz wireguard-openbsd-da0f1341dccbec0a84b07bb9e2bdebb9ca82ed4e.zip |
typo
ok provos@
-rw-r--r-- | bin/systrace/policy.c | 4 |
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; } |