summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2003-10-18 19:26:01 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2003-10-18 19:26:01 +0000
commite8187f43aa5204b785e17ab3f9b2c79dd93fb424 (patch)
treef0582c94e7934e513add944e5341dfcf6e0ae363 /bin
parent6c89794ce20d3dc00cf474e8442e1f3dbef14406 (diff)
typos from Jared Yanovich;
Diffstat (limited to 'bin')
-rw-r--r--bin/systrace/intercept.c6
-rw-r--r--bin/systrace/systrace.c4
2 files changed, 5 insertions, 5 deletions
diff --git a/bin/systrace/intercept.c b/bin/systrace/intercept.c
index 4a68610b4a8..5777c4de36d 100644
--- a/bin/systrace/intercept.c
+++ b/bin/systrace/intercept.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: intercept.c,v 1.43 2003/10/08 16:32:44 sturm Exp $ */
+/* $OpenBSD: intercept.c,v 1.44 2003/10/18 19:26:00 jmc Exp $ */
/*
* Copyright 2002 Niels Provos <provos@citi.umich.edu>
* All rights reserved.
@@ -272,7 +272,7 @@ intercept_run(int bg, int fd, uid_t uid, gid_t gid,
pid_t pid, cpid;
int status;
- /* Block signals so that timeing on signal delivery does not matter */
+ /* Block signals so that timing on signal delivery does not matter */
sigemptyset(&none);
sigemptyset(&set);
sigaddset(&set, SIGUSR1);
@@ -642,7 +642,7 @@ normalize_filename(int fd, pid_t pid, char *name, int userp)
if (userp != ICLINK_NONE) {
static char rcwd[2*MAXPATHLEN];
- char *base= basename(cwd);
+ char *base = basename(cwd);
int failed = 0;
/* The dot maybe used by rmdir("/tmp/something/.") */
diff --git a/bin/systrace/systrace.c b/bin/systrace/systrace.c
index 2ec0306b3bb..0a6912bb64f 100644
--- a/bin/systrace/systrace.c
+++ b/bin/systrace/systrace.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: systrace.c,v 1.46 2003/10/08 16:32:44 sturm Exp $ */
+/* $OpenBSD: systrace.c,v 1.47 2003/10/18 19:26:00 jmc Exp $ */
/*
* Copyright 2002 Niels Provos <provos@citi.umich.edu>
* All rights reserved.
@@ -590,7 +590,7 @@ main(int argc, char **argv)
usage();
}
- /* Local initalization */
+ /* Local initialization */
systrace_initalias();
systrace_initpolicy(filename, policypath);
systrace_initcb();