diff options
author | Vincent Labrecque <vincent@cvs.openbsd.org> | 2002-08-07 00:34:18 +0000 |
---|---|---|
committer | Vincent Labrecque <vincent@cvs.openbsd.org> | 2002-08-07 00:34:18 +0000 |
commit | c4b5c6691330623d511e7dbab4b409e51571af12 (patch) | |
tree | c41e94edcfad529c8f4ba03ed59f6792a61d6cb6 /bin/systrace | |
parent | 0f8345ab82f76c6b67ce313b730147b8e4169bf8 (diff) |
typo
ok provos@
Diffstat (limited to 'bin/systrace')
-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; } |